ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   copying complete column incl. formating (https://www.excelbanter.com/excel-programming/303523-copying-complete-column-incl-formating.html)

simon

copying complete column incl. formating
 
If I use .Value as below, I can copy the column's values.

wks_SR.Columns("D:D").Value

I would like to copy the whole column including the
formating.

Does anyone know what I should use instead of .Value?

Thanks

Simon


No Name

copying complete column incl. formating
 
I have solved the problem as below:

wks_SR.Columns("D:D").Copy wks_Orders.Columns(last_col + 1)


-----Original Message-----
If I use .Value as below, I can copy the column's values.

wks_SR.Columns("D:D").Value

I would like to copy the whole column including the
formating.

Does anyone know what I should use instead of .Value?

Thanks

Simon

.


Dave Peterson[_3_]

copying complete column incl. formating
 
Copy and paste?

Record a macro when you copy|paste special|values, followed by copy|paste
special|formats and you'll have the code.


Simon wrote:

If I use .Value as below, I can copy the column's values.

wks_SR.Columns("D:D").Value

I would like to copy the whole column including the
formating.

Does anyone know what I should use instead of .Value?

Thanks

Simon


--

Dave Peterson



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

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