Thread
:
delete two columns at a time
View Single Post
#
1
Posted to microsoft.public.excel.programming
John Smith
external usenet poster
Posts: 62
delete two columns at a time
In my script, I delete two columns one by one using the following
two lines of code:
.Columns(1).EntireColumn.Delete
.Columns(1).EntireColumn.Delete
Can one command do the job instead of two? Thanks.
Reply With Quote
John Smith
View Public Profile
Find all posts by John Smith