> 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)

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