Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default How to: reset the pull down menus to item 1 on start up?

I need to reset the previous selections on some pull down menus ... What is
the best way?

Thanks,

Brad.)

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 391
Default How to: reset the pull down menus to item 1 on start up?

what do you mean by dropdown? a data validation cell, a
combobox on the sheet, a combobox on a userform?
With a combobox, set the ListIndex to -1 ( for no
selection) or to zero to set the first item


Sub ResetCombo()

With Sheet1.ComboBox1
.ListIndex = -1
.Value = "select..."
End With

End Sub


Patrick Molloy
Microsoft Excel MVP
-----Original Message-----
I need to reset the previous selections on some pull

down menus ... What is
the best way?

Thanks,

Brad.)

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
Pull Down Menus Paul Excel Discussion (Misc queries) 3 December 31st 08 07:08 PM
pull down menus Montana Excel Worksheet Functions 7 April 26th 07 06:50 AM
Is there any way to reset scroll down menus using a button? Excelishard New Users to Excel 2 May 3rd 06 05:33 AM
Pull down menus possible in excel? bwallan Excel Discussion (Misc queries) 1 January 20th 06 06:56 PM
New Menus - attaching but menus are reset Greegan Excel Worksheet Functions 0 November 5th 05 03:19 PM


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