Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Genesis
 
Posts: n/a
Default How can I delete ALL text boxes in Excel worksheets?

Somehow we have hundreds of text boxes, which you can not locate unless you
are lucky enough to select one. Then we can remove them, is there a way to
remove ALL text boxes easily?
  #2   Report Post  
Jan Karel Pieterse
 
Posts: n/a
Default

Hi Genesis,

Then we can remove them, is there a way to
remove ALL text boxes easily?


F5, special, Objects, del?

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com

  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

a macro
Sub shapescut1() 'Tom Ogilvy
ActiveSheet.Shapes.SelectAll
Selection.Delete
End Sub

--
Don Guillett
SalesAid Software

"Jan Karel Pieterse" wrote in message
...
Hi Genesis,

Then we can remove them, is there a way to
remove ALL text boxes easily?


F5, special, Objects, del?

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com



  #4   Report Post  
Genesis
 
Posts: n/a
Default

Works great. Thank you.

"Jan Karel Pieterse" wrote:

Hi Genesis,

Then we can remove them, is there a way to
remove ALL text boxes easily?


F5, special, Objects, del?

Regards,

Jan Karel Pieterse
Excel MVP
www.jkp-ads.com


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel should not delete document after trying to send email 4rs Excel Discussion (Misc queries) 0 January 14th 05 04:39 AM
Stop Excel from converting text labels in CSV files to Values Just Want a Label! Excel Discussion (Misc queries) 1 January 11th 05 04:51 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Text Boxes Graham Parkinson Excel Discussion (Misc queries) 2 December 2nd 04 05:01 PM


All times are GMT +1. The time now is 03:35 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"