Run Time Error - 429

G

gops

Hi to all. I get the following error message -

ActiveX component can't create Word.Application object.
I'm using Word's VB Macro on a Mac. I just run the Macro created in VB
Editor and I get the foloowing error -

I get: 'Run-time error 429'
saying: 'ActiveX component can't create object'

Thanks in advance..for solutions.
 
J

J.E. McGimpsey

Hi to all. I get the following error message -

ActiveX component can't create Word.Application object.
I'm using Word's VB Macro on a Mac. I just run the Macro created in VB
Editor and I get the foloowing error -

I get: 'Run-time error 429'
saying: 'ActiveX component can't create object'

Thanks in advance..for solutions.


The macro is attempting to create an ActiveX object, which won't
work on Macs.

If it's a control, instead of a control from the Control toolbar,
use one from the Forms toolbar instead.
 
Top