+ Reply to Thread
Results 1 to 3 of 3

Should I copy text, use formulas or write VBA Code

  1. #1
    Forum Contributor
    Join Date
    11-05-2013
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    120

    Should I copy text, use formulas or write VBA Code

    Hi,

    I'm currently working on a workbook that will use everything I'm able to do in excel. VBA, Buttons, Listfields, Formulas and so on. I'm currently thinking of making a copy of a certain table so in a few weeks I can see what the table looked back then and compare it with the new one. Potential doing those images every week I'm gonna have a lot of "copies" of my table. The Range will be around "A1:A500" and a huge amount of it are formulas.

    So my question is which is the best method to "save" those images of the table. Should I copy it with the formulas or just the text. Or maybe the formulas and switch the different images only for the "data" of the table and when I say "show me what the table looked like 5 weeks ago" vba puts the data in and the whole table gets recalculated.


    In short:
    Which method is most efficient in term of working speed for excel

    1. copy from database and formulas recalculate
    2. copy whole table as text

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Should I copy text, use formulas or write VBA Code

    Copying values is more efficient than recalculating formulas.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Contributor
    Join Date
    11-05-2013
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    120

    Re: Should I copy text, use formulas or write VBA Code

    Thank you. Was unsure and wanted to be sure because once implemented it will be a hassle to change everything

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Write a code to put value copy two tyms and columb values to row
    By pranav.y in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-21-2013, 08:25 AM
  2. How to Re-write code to keep text grey until a value is entered
    By shocks24 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-15-2013, 04:36 AM
  3. [SOLVED] write code to copy a current variables value into next available cell in worksheet
    By damayn83 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-01-2013, 04:32 PM
  4. Replies: 2
    Last Post: 12-30-2011, 06:22 PM
  5. Copy cell value, add additonal text and write to Text file
    By emwhite in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-31-2011, 09:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1