Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm blank... (can't remember)..
but if I create a file on my PC with Active-X Command Buttons, with VBA code attached, will this run OK if I send to a MAC client/user? hummmmm.. TIA, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
From what I've read, Mac's don't use those activeX controls.
Maybe using a button from the Forms toolbar would be a better choice. Jim May wrote: I'm blank... (can't remember).. but if I create a file on my PC with Active-X Command Buttons, with VBA code attached, will this run OK if I send to a MAC client/user? hummmmm.. TIA, -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Exactly - ActiveX is Windows-only technology.
In article , Dave Peterson wrote: From what I've read, Mac's don't use those activeX controls. Maybe using a button from the Forms toolbar would be a better choice. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I had programmed in my Active-X commandbutton1_click event
..commandbutton2.enabled = False - So this logic and capabiltiy for the Mac is N/A? Is there an alternative I can use? "JE McGimpsey" wrote: Exactly - ActiveX is Windows-only technology. In article , Dave Peterson wrote: From what I've read, Mac's don't use those activeX controls. Maybe using a button from the Forms toolbar would be a better choice. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The button will render as a graphic without events in MacXL.
Depending on what you're trying to accomplish, you've already been given the best alternative - change to a Forms toolbar button with an attached macro. There are undoubtedly other alternatives... In article , Jim May wrote: I had programmed in my Active-X commandbutton1_click event .commandbutton2.enabled = False - So this logic and capabiltiy for the Mac is N/A? Is there an alternative I can use? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveX Controls vs Form Controls | Excel Discussion (Misc queries) | |||
Active X Controls | New Users to Excel | |||
How do I stop active x controls from moving after a print preview | Excel Discussion (Misc queries) | |||
Active X controls | Excel Discussion (Misc queries) | |||
Help on Excel controls | Excel Discussion (Misc queries) |