Thread
:
Working with multiple columns
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Working with multiple columns
Range("a1:d1,m1,x1").entirecolumn.delete
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"RSteph" wrote in message
...
What is the most efficient way to select a group of columns for the
purposes
of Deleting unwanted columns, or for editing/formatting a group of columns
all at once?
I'm creating a macro so that I can dump some raw data into a spreadsheet,
then run the macro and it will format everything for me. I want to remove
a
block of unneeded columns from the data though (i.e. columns B-F). Then I
want to do some general formatting of columns (i.e. removing borders,
backgound colors, re-sizing, etc.)
I'm sure this is pretty easy, it's just been a while since I've done much
with Excel and Macros, and I'm drawing a mental blank. Any help would be
greatly appreciated.
Thank you.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett