
Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
I may need to do this for every screenshot for every new customer - which is
impractical. I was wondering if I could edit the image - so it has ablank
blue bar at the top, then possible use Word to paste the customer name in
using some link/hotspot if this is possible. The main problem is that I wont
have to do this once but it may need to be done many times - and I cant spend
the time re-capturing the screenshot every time.
> Hi Ocean,
>
[quoted text clipped - 5 lines]
>
> Application.Caption = "Word for Customer X"
Jonathan West - 19 May 2006 15:22 GMT
>I may need to do this for every screenshot for every new customer - which
>is
[quoted text clipped - 5 lines]
> spend
> the time re-capturing the screenshot every time.
I would recommend that you do the user guide screenshots with some generic
title for the captions and not bother trying to customize the user guide for
every single customer. Any other option I suspect is going to be
prohibitively expensive in time & effort.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Jezebel - 20 May 2006 05:37 GMT
You could position a textbox over the top of the graphic, with a DocProperty
field that you set to the customer name. You can maybe set the font and
background colours to create an acceptable effect (you're unlikely to be
able to match the underlying graphic). Or design the problem out: crop the
title bar from the graphic.
>I may need to do this for every screenshot for every new customer - which
>is
[quoted text clipped - 15 lines]
>>
>> Application.Caption = "Word for Customer X"