Discussion:
creating an instance of a perlCOM object in vba
(too old to reply)
sarah
2005-02-17 09:55:14 UTC
Permalink
how do i create an instance of a perlCOM object in vba?

Ive tried

Dim perlCOMObj
Set perlCOMObj = CreateObject("progIDOfCOMObj")

But this isnt working
Steve Rindsberg
2005-02-20 03:57:47 UTC
Permalink
Post by sarah
how do i create an instance of a perlCOM object in vba?
Ive tried
Dim perlCOMObj
Set perlCOMObj = CreateObject("progIDOfCOMObj")
You need to set a reference to perlCOM (or whatever name it's known by) before
you can use it. See Tools, References (it might be someplace else, depending
on what app you're working in)

--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================

Loading...