View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JeffTO JeffTO is offline
external usenet poster
 
Posts: 14
Default Updating or Changing VBA Reference

Hi All

I am having a problem that I think is around references in my VBA
project environment

I have my Adobe Distiller reference linked to:
C:\Program Files\Adobe\Acrobat 6.0 SDK\InterAppCommunicationSupport
\Headers\acrodistx.tlb
(trying to use this one hangs on me and does not work - I am not even
sure how this got referrenced)

When I think the reference should be linked to:
C:\Program Files\Adobe\Acrobat 6.0\Distillr\acrodist.exe

I can browse for what I think is the correct reference but it does not
attach the reference to my vba project.

Is there any way to:

A: Remove the first reference to the Adobe Distiller (the one to the
SDK file)
B. Add the correct reference (to the acrodist.exe file)
C. Or Change the reference to the correct one

If you need additional information please let me know

Thanks in advance for your assistance with this

Jeff