Word Macro Com+ component

  • Thread starter Michael Kieferle
  • Start date
M

Michael Kieferle

Hi newsgroup,

is there a way to create COM+ Components in office:mac VBA? I need
ADODB or MSXML to port my MS Office 2000 (PC) Macros to office:mac.

Thanks for help
Michael
 
F

Fredrik Wahlgren

Michael Kieferle said:
Hi newsgroup,

is there a way to create COM+ Components in office:mac VBA? I need
ADODB or MSXML to port my MS Office 2000 (PC) Macros to office:mac.

Thanks for help
Michael

COM+ and ADO are only available in Windows. I'm not sure what you wnat to
do. You can use an ODBC connection to get values from a dtabase into Excel.
Why do you want to create COM+ components?

Best Regards,
Fredrik
 
D

Daiya Mitchell

Why do you need a COM+ Component (whatever that is) to port Office macros
over? Anything that works in VBA 5 (Office 97) should work on the Mac.
Active-X will not work on the Mac, but I think it is possible to build
substitutes from VBA.
 
M

Michael Kieferle

Thanks for your replies.

I wrote for our Company Word Templates a lot of Macros in Word 2000
with ADO to conect to our CRM-System (based on a SQL DB). Cuz my Boss
replaced some PCs with Macs we need these Templates on office:mac. So
im looking for a way to get the Office:pC based Templates working on
Mac. So i need a way to connect to the DB or read a XML-Export. The
ActiveX-Components ADO or MSXML would do...
But if you say, the won't work, i must find an other way :/

Michael
 
F

Fredrik Wahlgren

Michael Kieferle said:
Thanks for your replies.

I wrote for our Company Word Templates a lot of Macros in Word 2000
with ADO to conect to our CRM-System (based on a SQL DB). Cuz my Boss
replaced some PCs with Macs we need these Templates on office:mac. So
im looking for a way to get the Office:pC based Templates working on
Mac. So i need a way to connect to the DB or read a XML-Export. The
ActiveX-Components ADO or MSXML would do...
But if you say, the won't work, i must find an other way :/

Michael

Can you use ODBC?

/Fredrik
 

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