Thread
:
How to select columns using column index
View Single Post
#
1
Posted to microsoft.public.excel.programming
luvgreen
external usenet poster
Posts: 33
How to select columns using column index
Greetings! I would like to select column D to K. Instead of using
Columns("D:K").select, I tried Columns("4:11").select. It did not work. How
can I make it work if I only know the column index? Thanks.
Reply With Quote
luvgreen
View Public Profile
Find all posts by luvgreen