LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Combobox drop down

Hello,

I have a combobox that I generated through the toolbox. My code looks as such:

Private Sub ComboBox1_Change()
With Me.ComboBox1.TopLeftCell
..Offset(0, 5) = "NI"
..Offset(0, 6) = "UT"
..Offset(0, 7) = "ZAT"
..Offset(0, 8) = "ZB"
..Offset(0, 9) = "ZA"
..Offset(0, 10) = "Z1A"

The name of the combobox is "General" anytime I drop down this combobox to
make an item selection ( which produces the list above), the list desired
does come up, however I want to make it so that whenever Im done looking at
the generated list, I can go to the combobox and be able to select the
original title of the combobox; "General" and eliminate/delete my list.
 
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
ComboBox drop list when clicked on??????????? Tdp Excel Discussion (Misc queries) 6 November 13th 08 05:55 PM
Combobox drop down N.F[_2_] Excel Discussion (Misc queries) 2 June 12th 07 10:15 PM
Combobox drop down N.F Excel Discussion (Misc queries) 2 June 12th 07 10:09 PM
drop-down / combobox in a custom toolbar Tim Marsh Excel Programming 3 January 29th 07 04:14 PM
combobox to drop 'up' not down Job Excel Programming 3 February 2nd 05 04:23 PM


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