Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Command buttons etc

Hello All,

Is there a simple code to delete all Option buttons,
command buttons, etc from a worksheet.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Command buttons etc

Sub removeAll()
ActiveSheet.Shapes.SelectAll
Selection.Delete
End Sub

Stan Scott
New York City

"TimO" wrote in message
...
Hello All,

Is there a simple code to delete all Option buttons,
command buttons, etc from a worksheet.

Thanks



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
Command Buttons Command Button Calculations Excel Discussion (Misc queries) 4 May 25th 10 06:51 PM
Command buttons aussiegirlone Excel Discussion (Misc queries) 2 January 8th 09 09:09 AM
command buttons Natalie Excel Worksheet Functions 1 March 7th 05 01:45 PM
command buttons Mauricio R. Excel Programming 2 November 4th 03 11:18 AM
Control Buttons vs. Command Buttons Robert Gibson Excel Programming 1 October 13th 03 04:33 PM


All times are GMT +1. The time now is 10:01 AM.

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

About Us

"It's about Microsoft Excel"