![]() |
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 |
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 . |
All times are GMT +1. The time now is 04:56 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com