Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Everyone
I'm using this vba line to retrieve Values from one sheet but when the values are formulas, they retrieve the formula instead of the value. I need to convert it to value and I can't seem to use Paste Special. Lastrow = Sheets("Summary").Cells(Cells.Rows.Count, "A").End(xlUp).Row Sheets("Invoice").Range("B2").Copy _ Destination:=Sheets("Summary").Range("A" & Lastrow + 1) Thank you Cimjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
V-Look up copy problem-PLEASE HELP | Excel Worksheet Functions | |||
A visual basic value copy BUG?? - accounting format has copy problem!! | Excel Programming | |||
Copy Problem | Excel Programming | |||
Copy Problem | Excel Discussion (Misc queries) | |||
copy problem | Excel Programming |