Active X control Command button on Apple mac

pleased2help

New member
Joined
Jun 27, 2013
Messages
28
Reaction score
0
Points
0
Is there any way I can run the following Vba by a press of a button on a
Apple Mac with Excel 2011 as Active x does not run with macs, Or how can I achieve
This via a press of a button on the mac / Pc that will work with both :-

Command Button Active X control

Sub CommandButton2_Click()
ActiveSheet.Next.Select
End Sub

Many Thanks
 
Yes - use a Forms button instead of an ActiveX button.
 
Back
Top