duncansancho
Technical User
Hi all,
I am trying to clean up some macros by removing all the "select"'s as explained by Skip. I have succeeded in speeding up a lot of processes but am having trouble with copying the result of formulas as a value. I can use the following code to copy a variable length column, but how can I do it when it needs Paste Special?
Range(Sheets("Input"
.Range("A1"
, Sheets("Input"
.Range("A1"
.End(xlDown)).Copy Sheets("Output"
.Range("D7"
Duncan
I am trying to clean up some macros by removing all the "select"'s as explained by Skip. I have succeeded in speeding up a lot of processes but am having trouble with copying the result of formulas as a value. I can use the following code to copy a variable length column, but how can I do it when it needs Paste Special?
Range(Sheets("Input"
Duncan