Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Murat,
Sheets(1).Range("A1").PasteSpecial Paste:=xlValues Sheets(1).Range("A1").PasteSpecial Paste:=xlFormats There is a BUG in excel with paste special: You should be able to use Sheets(1).Range("A1").PasteSpecial Paste:=xlPasteColumnWidths HOWEVER, this does not work, so you have to use Sheets(1).Range("A1").PasteSpecial Paste:=8 instead. regards arno |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I copy row height like i copy column width? | Excel Discussion (Misc queries) | |||
Copy Column width | Excel Discussion (Misc queries) | |||
Copy column width along with data?? | Excel Discussion (Misc queries) | |||
copy formats column width & row heights between Excel WORKSHEETS? | Excel Discussion (Misc queries) |