Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear All I am experiencing something of an impasse with my VB when I try to show a form from an array of form names. My initial attempts have revolved around the following code: Run_Form_Array = Array ("New_RPI_Data_Frm", "Surveyor_Info_Frm", "Bank_Debt_Frm", "Bond_Units_Frm", "Stock_Performance_Frm") Form_Select = Run_Form_Array(Selection) Unload Input_Menu_Frm UserForm.Show (Form_Select) I expect that it is the manner in which I either collect or retrieve the names for / from the array. Matthew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add-In Launch | Excel Discussion (Misc queries) | |||
Column number form an array | Excel Discussion (Misc queries) | |||
excel will not launch | Excel Discussion (Misc queries) | |||
Array formula: how to join 2 ranges together to form one array? | Excel Worksheet Functions | |||
How to repeat one cell specific times to form an array? | Excel Worksheet Functions |