Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've created an Excel workbook with several userforms and macros, and need it
to run on a Mac running Excel X. When I open the workbook in Excel X on the Mac, and open the VBA Editor, none of my forms show up - as if the VBA project contained no userforms at all - and executing the code to load and show the forms causes an error. I've read that the Mac version of Excel doesn't support ActiveX controls. My question is: is there a way to build a userform in Excel VBA (in Windows) using controls that aren't ActiveX controls? Or is ActiveX all there is for building userforms in Excel VBA? I've seen people say to use the controls from the Forms toolbar in Excel, but I don't want to add controls to the workbook, I want to add them to a userform (if this makes any sense). Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try using the old dialog sheets with forms controls.
Otherwise, ask in a mac office group - you might get a better answer. -- Regards, Tom Ogilvy "BdP" wrote in message ... I've created an Excel workbook with several userforms and macros, and need it to run on a Mac running Excel X. When I open the workbook in Excel X on the Mac, and open the VBA Editor, none of my forms show up - as if the VBA project contained no userforms at all - and executing the code to load and show the forms causes an error. I've read that the Mac version of Excel doesn't support ActiveX controls. My question is: is there a way to build a userform in Excel VBA (in Windows) using controls that aren't ActiveX controls? Or is ActiveX all there is for building userforms in Excel VBA? I've seen people say to use the controls from the Forms toolbar in Excel, but I don't want to add controls to the workbook, I want to add them to a userform (if this makes any sense). Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Only use those control that are marked as part Microsoft Forms.
You can see if you right-click on the Toolbox ControlsAdditional Controls... The items that checked are currently displayed on the Toolbox. NickHK "BdP" wrote in message ... I've created an Excel workbook with several userforms and macros, and need it to run on a Mac running Excel X. When I open the workbook in Excel X on the Mac, and open the VBA Editor, none of my forms show up - as if the VBA project contained no userforms at all - and executing the code to load and show the forms causes an error. I've read that the Mac version of Excel doesn't support ActiveX controls. My question is: is there a way to build a userform in Excel VBA (in Windows) using controls that aren't ActiveX controls? Or is ActiveX all there is for building userforms in Excel VBA? I've seen people say to use the controls from the Forms toolbar in Excel, but I don't want to add controls to the workbook, I want to add them to a userform (if this makes any sense). Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel and launching userforms | New Users to Excel | |||
Closing excel userforms | Excel Programming | |||
Help Userforms / Excel SUMIF | Excel Worksheet Functions | |||
Creating UserForms in Excel | Excel Programming | |||
How to load userforms in excel (vb) | Excel Programming |