Managed object in Word Macro

  • Thread starter Mauricio I. Magni
  • Start date
M

Mauricio I. Magni

Hello

Can I create an instance of c# object within a word macro?
Something like CreateObject but for a managed objects.
Any help will be welcomed!

Thanks in advance.
Mauricio I. Magni
 
J

Jonathan West

Mauricio I. Magni said:
Hello

Can I create an instance of c# object within a word macro?
Something like CreateObject but for a managed objects.
Any help will be welcomed!

As far as I'm aware, the answer to this is no. You'll need to but a COM
wrapper round the managed object, and use that.
 
Top