I would like to click a "Create PDF" button in Adobes toolbar visible in
Word.
How do I do that from VBA-code?

/BosseH

Re: How do I click a button in Adobes toolbar? by Graham

Graham
Tue Mar 15 04:25:40 CST 2005

Adobe provides this functionality with its add-in pdfmaker.dot which should
be installed in the Office start-up folder by the install routine.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



Bo Hansson wrote:
> I would like to click a "Create PDF" button in Adobes toolbar visible
> in Word.
> How do I do that from VBA-code?
>
> /BosseH



Re: How do I click a button in Adobes toolbar? by Bo

Bo
Tue Mar 15 14:22:15 CST 2005

Thanks Graham,

I've used that macro in earlier versions of Adobe Acrobat, but cannot find
it in my recently installed version (7.0 Professional).
Is there no way to adress and click a certain button in Adobes toolbar?


/BosseH








"Graham Mayor" <gmayor@DELETECAPSmvps.org> skrev i meddelandet
news:eUpIZlUKFHA.2704@tk2msftngp13.phx.gbl...
> Adobe provides this functionality with its add-in pdfmaker.dot which
> should
> be installed in the Office start-up folder by the install routine.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
>
> Bo Hansson wrote:
>> I would like to click a "Create PDF" button in Adobes toolbar visible
>> in Word.
>> How do I do that from VBA-code?
>>
>> /BosseH
>
>



Re: How do I click a button in Adobes toolbar? by Graham

Graham
Wed Mar 16 02:38:19 CST 2005

Acrobat 7 uses a COM add-in and frankly it should never have been released
in its present condition. For a start it commits the cardinal sin of
preventing Word from functioning correctly, by blocking Word's ability to
save changes in normal.dot. I don't think there is going to be a simple
answer to this, though others may think differently :)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>



Bo Hansson wrote:
> Thanks Graham,
>
> I've used that macro in earlier versions of Adobe Acrobat, but cannot
> find it in my recently installed version (7.0 Professional).
> Is there no way to adress and click a certain button in Adobes
> toolbar?
>
>
> /BosseH
>
>
>
>
>
>
>
>
> "Graham Mayor" <gmayor@DELETECAPSmvps.org> skrev i meddelandet
> news:eUpIZlUKFHA.2704@tk2msftngp13.phx.gbl...
>> Adobe provides this functionality with its add-in pdfmaker.dot which
>> should
>> be installed in the Office start-up folder by the install routine.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>>
>> Bo Hansson wrote:
>>> I would like to click a "Create PDF" button in Adobes toolbar
>>> visible in Word.
>>> How do I do that from VBA-code?
>>>
>>> /BosseH