Is there a way to create a program that will delete specified columns (ex.
delete columns a,b,c,aa,ab,cc)?
Thanks,
Jeff
Is there a way to create a program that will delete specified columns (ex.
delete columns a,b,c,aa,ab,cc)?
Thanks,
Jeff
Range("a:c,aa:ab,cc:cc").Delete
--
Regards,
Tom Ogilvy
"Jeff" <Jeff@discussions.microsoft.com> wrote in message
news:BD18BF2F-79D5-45FB-8C96-FA03444622A4@microsoft.com...
> Is there a way to create a program that will delete specified columns (ex.
> delete columns a,b,c,aa,ab,cc)?
>
> Thanks,
>
> Jeff
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks