Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
well thaught it worked, im getting an error 1004 when trying to cop
columnwidths, heres what i have Private Sub CommandButton3_Click() Range("A1:Q22").Select Selection.Copy Workbooks.Add Selection.Insert Shift:=xlToRight Selection.PasteSpecial Paste:=xlColumnWidths, Operation:=xlNone, _ SkipBlanks:=False, Transpose:=False End Sub i get the error at the selection.pasespecial line -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Sizes | Excel Discussion (Misc queries) | |||
Worksheet formula problem - serving sizes! | Excel Worksheet Functions | |||
cell sizes | Excel Worksheet Functions | |||
Excel: want header cell sizes to differ from the other sheet cell. | Excel Discussion (Misc queries) | |||
Changing cell sizes | Excel Discussion (Misc queries) |