G
Guest
Hi,
A very simple question. I want to create an Adobe object but am not sure how
to do it...I presume I need to reference the "Acrobat Access 2.0 Type
Library" but I cant seem to create the desired object...I have tried:
Dim oAdobe As AcrobatAccessLib.PDDom
but I'm not sure how to assign the variable to an object using "set". The
following doesn't work etiher:
Dim oAdobe As Object
set oAdobe = CreateObject("Adobe.Application").
I can't find any support for this in the help files or elsewhere on the web.
Thanks sincerely in advance.
Noel
A very simple question. I want to create an Adobe object but am not sure how
to do it...I presume I need to reference the "Acrobat Access 2.0 Type
Library" but I cant seem to create the desired object...I have tried:
Dim oAdobe As AcrobatAccessLib.PDDom
but I'm not sure how to assign the variable to an object using "set". The
following doesn't work etiher:
Dim oAdobe As Object
set oAdobe = CreateObject("Adobe.Application").
I can't find any support for this in the help files or elsewhere on the web.
Thanks sincerely in advance.
Noel