LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default how to delete drop down boxes

Sub Macro1()
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
On Error Resume Next
ws.Cells.SpecialCells(xlCellTypeAllValidation).Del ete
Next ws
End Sub


Gord Dibben MS Excel MVP

On Tue, 23 Feb 2010 08:07:02 -0800, Blaine
wrote:

do not know the version of excel I am working with...I have created a
worksheet with drop down boxes and I cannot put it onto web sites for clients
to use as I am told it is to complicated and i need to simplify it...so I
need to delete the drop down boxes however I cannot find the information to
allow me to do it without redoing the whole thing and not greating the
boxes...

Is there a way to delete the boxes to simplify the worksheet.

To describe the sheet, it is a calender that has 52 sheets for each week of
the year...then 7 days on each sheet...then each day has 5 rooms to be booked
and then 35 time slots per each room and each time slot has a drop down box
so the user only has to select the time box and choose their
name...complicated, I know.

Thanks for any help to save me time.

Blaine


 
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
Drop down boxes/tick boxes Jane Excel Worksheet Functions 2 October 28th 08 04:02 PM
Delete Check Boxes Karen Excel Discussion (Misc queries) 3 June 18th 08 09:31 PM
delete check boxes Beans Excel Discussion (Misc queries) 2 April 10th 08 07:52 PM
delete multiple "drop down" boxes in an excel spreadsheet SFJayhawk Excel Discussion (Misc queries) 3 June 9th 06 10:38 PM
Macros to delete check boxes GWB Direct Excel Discussion (Misc queries) 23 June 3rd 05 09:56 PM


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