05-02-2005, 05:28 AM
How can I get a dialog with combobox of excel sheets, and activate one of them?
Combobox of excel sheets
|
05-02-2005, 05:28 AM
How can I get a dialog with combobox of excel sheets, and activate one of them?
05-02-2005, 12:56 PM
You can open up file properties to get a list of sheets (File, Properties, Contents tab). I was successful at counting the number of items and selecting the items, but I tried to get text from the list and got garbage back.
I used the builtin functions LB_GetCount,LB_GetItemText, and LB_SelectItem. I'll try VB next. Matt B.
Matt B
05-02-2005, 02:19 PM
Function Excel_Sheets_Dialog
\Dialog_Editor Show it str controls = "3" To paste in QM, use menu Edit -> Other formats -> Paste escaped.
05-03-2005, 05:11 AM
Thanks.
|
« Next Oldest | Next Newest »
|