Excel on OS X

J

Joseph Long

I am working with VBA and I am trying to design a button on the excel
worksheet where when I push the button a inputbox comes up. But there
is no where for me to design the button. Do I have to download
something?
 
J

JE McGimpsey

I am working with VBA and I am trying to design a button on the excel
worksheet where when I push the button a inputbox comes up. But there
is no where for me to design the button. Do I have to download
something?

If you're looking for the ActiveX controls from the Controls Toolbox
Toolbar, it doesn't exist on Mac (ActiveX is a windows-only technology).

You can use a button from the Forms Toolbar (View/Toolbars/Forms)
instead, and attach a macro to it.
 
Top