ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copy and Paste for columnwidth (https://www.excelbanter.com/excel-programming/378822-re-copy-paste-columnwidth.html)

NickHK

Copy and Paste for columnwidth
 
Maybe these results copied from the immediate window will help you :

?xlPasteValues
-4163
?xlValues
-4163
?xlPasteFormats
-4122
?xlFormats
-4122
?xlPasteColumnWidths
8
?xlColumnWidths

i.e. the last value is undefined.

NickHK

"xk" wrote in message
...
Hi,

I need to do copy and paste special from one sheet to another sheet by
macro, for the whole thing include : value, format and column width, my
macro works for value and format, just can't done for column width.
Here is the part of my code:

With Worksheets(Worksheets.Count).Range("A7:Q57")
.PasteSpecial xlValues
.PasteSpecial xlFormats
.PasteSpecial xlColumnWidths
End With

.PasteSpecial xlColumnWidths is debuged wrong , anyone have an idea about

it?

Thanks a lot

xk





All times are GMT +1. The time now is 09:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com