Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Clear Combobox from forms toolbar

i have a combobox set up from the forms toolbar

what i want is a macro to clear the combobox or reset it

can this be done.

the actual name of the combobox is dropdown117
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Clear Combobox from forms toolbar


ActiveWorksheet.DropDowns("Drop Down 117").ListIndex = 0

Change Drop Down 117 to the actual name of the dropdown (they usually
contain this spacing, but yours may not).
--
Regards,
Tom Ogilvy


"Pete" wrote in message
...
i have a combobox set up from the forms toolbar

what i want is a macro to clear the combobox or reset it

can this be done.

the actual name of the combobox is dropdown117



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
Where can I get some clear instructions about setting up forms on Excel Janev New Users to Excel 2 September 21st 06 08:57 AM
combobox from forms toolbar MVM Excel Programming 4 August 2nd 05 09:52 PM
Combobox.clear Chris Houchin Excel Programming 5 May 27th 04 08:54 PM
How to clear the contents of COmboBox? Shilps Excel Programming 4 April 22nd 04 03:11 PM
Clear Combobox King[_4_] Excel Programming 3 October 13th 03 06:07 PM


All times are GMT +1. The time now is 11:55 PM.

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"