03-20-2009 03:36 AM
Hi,
I want to display my Sheet name in Excel as a menu selection for the user. How do i make a string array as a menu control? Example i got 5 sheet name and how do i make it as control?
Solved! Go to Solution.
03-20-2009 05:49 AM
ander99 wrote:Hi,
I want to display my Sheet name in Excel as a menu selection for the user.
You need use a drop-down control called Menu Ring in LV terms. Wire the sheet names you got by reading from the Excel file & wire the 1D Str array to the Strings[] property of that Ring control. You are done with...
03-20-2009 05:55 AM
03-22-2009 01:49 AM
Hi Parthabe,
Thank for your reply.
Regards
Ander
03-22-2009 03:12 AM
Sorry i think i phase it wrongly. Now actually i want to output a menu control to let users to choose and once user choose will output the same string as output instead of Values as 0,1,2,etc. If i use combo box, how do i link it up to make it work?
03-22-2009 03:35 AM
03-23-2009 12:19 AM
ander99 wrote:
If i use combo box, how do i link it up to make it work?
You need to use the same Strings[] property to write the Excel sheet names to it. And remember to keep the Combo Box as a Control, if you want the user to select an item from it during the run-time.