Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm using the following code to try to paste over some formulas as value by all i get is "object does not support this property or method on the paste line, any thoughts? xlWB.sheets("Formulas").Cells.Select myExcel.Selection.Copy xlWB.sheets("Formulas").range("A1").Activate myExcel.sheets("Formulas").activecell.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False xlWB.CutCopyMode = False xlWb is the workbook object myExcel is the application object |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy/Paste Problem | Excel Programming | |||
Copy and paste problem | Excel Discussion (Misc queries) | |||
Copy and Paste Problem | Excel Discussion (Misc queries) | |||
copy paste problem? | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) |