Hi,
Any idea how can I copy a column from one sheet and paste it to another colume if different sheet using VBA? thanks!
Hi,
Any idea how can I copy a column from one sheet and paste it to another colume if different sheet using VBA? thanks!
![]()
Worksheets("Worksheet Name X").Columns(1).Copy Worksheets("Worksheet Name Y").Columns(1)
Do I have to insert it in new module? Yes
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks