Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am running a VBA application and after I have copied data to a worksheet,
I want to copy the column formatting from column N to column N+1. The following code, first line gives me a 'Select method of Range class failed'. 'Column' is an Integer number. ' Detail_Report.Columns(Column).Select ' Application.CutCopyMode = False ' Selection.Copy ' Detail_Report.Columns(Column + 1).Select ' Selection.PasteSpecial Paste:=xlPasteFormats What am I doing wrong? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get the last row in a column without selecting | Excel Programming | |||
Text to column and selecting values based on a different column | Excel Worksheet Functions | |||
Text to column and selecting values based on a different column | Excel Worksheet Functions | |||
Text to column and selecting values based on a different column | Excel Discussion (Misc queries) | |||
selecting a column in XL | Excel Programming |