Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Controlling Userforms

I have designed a userform which produces a combobox(1) - list of items
from which an item can be selected. Based on this selection another
combobox(2) is produced and displayed on the userform with an item list
from which another item can be selected.

when an item is selected from this combobox(2) I need to be able to
show another userform based on the selected item eg.

TYPE1
TYPE2
TYPE3
TYPE4

I have designed the (secondary) userforms (and called them type1 -
type4) but cannot get them to display based on the selection made in
combobox(2)

Can anyone help please.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,593
Default Controlling Userforms


Select Case Combobox2.Value
Case 1: TYPE1.Show
Case 2: TYPE2.SHow
'etc.
End Select

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"harrysfan" wrote in message
oups.com...
I have designed a userform which produces a combobox(1) - list of items
from which an item can be selected. Based on this selection another
combobox(2) is produced and displayed on the userform with an item list
from which another item can be selected.

when an item is selected from this combobox(2) I need to be able to
show another userform based on the selected item eg.

TYPE1
TYPE2
TYPE3
TYPE4

I have designed the (secondary) userforms (and called them type1 -
type4) but cannot get them to display based on the selection made in
combobox(2)

Can anyone help please.



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
Help with Userforms Panagiotis Marantos Excel Discussion (Misc queries) 2 July 25th 06 04:26 PM
how to see only youre userforms?? tomro1 Excel Discussion (Misc queries) 1 June 15th 06 11:04 AM
Userforms & Pocket PC ajw150 Excel Discussion (Misc queries) 0 December 7th 05 12:44 PM
Open Userforms from a Dropdown list skid812pb Excel Discussion (Misc queries) 0 May 23rd 05 11:28 PM
Controlling excel chart axis Rain Charts and Charting in Excel 1 January 20th 05 01:15 AM


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