Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Using a combobox to select sheets


Hi,

I have a combobox (stored with worksheet names), whenever I select a
value the sheet will be selected.

Many Thanks
Tariq


--
T De Villiers
------------------------------------------------------------------------
T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
View this thread: http://www.excelforum.com/showthread...hreadid=503825

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Using a combobox to select sheets

Are you asking a question? Perhaps:

If combobox1.ListIndex < -1 then
Worksheets(Combobox1.Value).Select
End if

You might need to qualify Combobox1 depending on where it is.

--
Regards,
Tom Ogilvy


"T De Villiers"
wrote in message
news:T.De.Villiers.221xha_1137959401.6463@excelfor um-nospam.com...

Hi,

I have a combobox (stored with worksheet names), whenever I select a
value the sheet will be selected.

Many Thanks
Tariq


--
T De Villiers
------------------------------------------------------------------------
T De Villiers's Profile:

http://www.excelforum.com/member.php...o&userid=26479
View this thread: http://www.excelforum.com/showthread...hreadid=503825



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
select from combobox and show a price in textbox gem New Users to Excel 1 June 14th 06 11:37 AM
Select Text Files from Combobox D.Parker Excel Discussion (Misc queries) 4 June 28th 05 03:46 PM
Combobox that would select worksheets urpokarhu Excel Programming 1 June 1st 05 07:55 AM
Help Needed: ComboBox to select row and Cut xl 97 timh2ofall Excel Programming 2 May 15th 04 08:49 AM
ComboBox and select item Soniya Excel Programming 5 August 23rd 03 11:18 AM


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