Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
While copying and pasting the cell value to another workbook the following
program copies formula instead of values. How to copy value only, without formula? (range a1:a50 contain formulas) workbooks.open("abc") workbooks.open("def") workbooks("abc").activate Worksheets(1).Range("a1:a50").Copy workbooks("def").activate Worksheets(1).Activate ActiveSheet.Paste Destination:=Worksheets("SHEET1").Cells(2, 1) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bug? Pasting values instead of formulas... | Excel Discussion (Misc queries) | |||
Pasting Values between sheets in VBA | Excel Worksheet Functions | |||
pasting values | Excel Discussion (Misc queries) | |||
Pasting Format and values | Excel Discussion (Misc queries) | |||
pasting values | Excel Discussion (Misc queries) |