Thread
:
How to remove headers when importing from an external source?
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_]
external usenet poster
Posts: 1,522
How to remove headers when importing from an external source?
IF??? you mean a shape
for each sh in activesheet.shapes
sh.cut
next sh
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"e-Learning" wrote in message
...
I am combining several worksheets into a summary document. When I import
external data, the headers for each worksheet remain. These are the
headers
that CANNOT be removed (the ones with the boxes with arrows).
Reply With Quote
Don Guillett[_2_]
View Public Profile
Find all posts by Don Guillett[_2_]