Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default remove multiple objects

I get reports exported to Excel from a program written with Access, but they
come over with dozens of lines where the pages were formated to look pretty.
I can click on the lines and cut, but have to do it over and over.
How can I remove ALL objects on a page, leaving only the text and numbers?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default remove multiple objects

F5SpecialObjectsOK

EditClearAll


Gord Dibben MS Excel MVP

On Tue, 26 Dec 2006 08:00:01 -0800, widman
wrote:

I get reports exported to Excel from a program written with Access, but they
come over with dozens of lines where the pages were formated to look pretty.
I can click on the lines and cut, but have to do it over and over.
How can I remove ALL objects on a page, leaving only the text and numbers?


  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default remove multiple objects

Sub DeleteObjects()
ActiveSheet.DrawingObjects.Select
Selection.Cut
End Sub

Vaya con Dios,
Chuck, CABGx3




"widman" wrote in message
...
I get reports exported to Excel from a program written with Access, but

they
come over with dozens of lines where the pages were formated to look

pretty.
I can click on the lines and cut, but have to do it over and over.
How can I remove ALL objects on a page, leaving only the text and numbers?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I remove multiple 'errors' in Excel error checking, at the same time??? [email protected] Excel Discussion (Misc queries) 2 May 11th 23 11:42 AM
how to remove multiple @ signs from email? mahesh New Users to Excel 1 October 20th 06 06:03 AM
How do I remove multiple windows of 1 workbook (filename.xls:2,:3 Stacey D. Excel Discussion (Misc queries) 2 March 1st 06 09:57 PM
How can you remove all objects in a worksheet at once? rjmills18 Excel Discussion (Misc queries) 1 February 5th 06 09:37 PM
how to delete multiple autoshape or objects in excel ron Excel Discussion (Misc queries) 4 January 26th 06 11:01 PM


All times are GMT +1. The time now is 11:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"