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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top