> The problem is that this 'selection of a logo' should be implemented in
> many
> word documents. Maybe a macro is a good alternative then. But won't that
> slow
> down the total process?
It might slow it down a bit, probably depending on how you actually insert
the logo - I was thinking of something like
{ INCLUDEPICTURE "c:\\icons\\{ DOCVARIABLE iconfilename }" } but you could
insert the picture using VBA code or use other approaches.
But unless it slows down a /lot/ it's probably better to go for a clear,
simple process.
> Can't I create a inputscreen which wil appear at the start of the
> document where all the filenames of the logo's will appear on that
> inputscreen en the user only has to select the appropiate logo? Or is that
> too difficult to make since i'm not very familar with macro's.
That would probably be the simplest approach - I think it would be fairly
easily done, but I don't do much macro stuff using Userforms either.
Peter Jamieson
> Peter, thanks for your fast response!
> What i didn't mention in my first post is that a make the right logo
[quoted text clipped - 63 lines]
>> >
>> > Thanks in advance!
N. Mulder - 08 Apr 2005 14:03 GMT
I think the { INCLUDEPICTURE "c:\\icons\\{ DOCVARIABLE iconfilename }" }
approach should be the easiest one.
Can u give me a reference or the right newsgroup where i can discuss about
my 'problem', because we both don't do much macro.
Thank you for your time and effort.
> > The problem is that this 'selection of a logo' should be implemented in
> > many
[quoted text clipped - 88 lines]
> >> >
> >> > Thanks in advance!
Peter Jamieson - 08 Apr 2005 14:31 GMT
I would try
microsoft.public.word.vba.beginners
and
microsoft.public.word.vba.userforms
Peter Jamieson
>I think the { INCLUDEPICTURE "c:\\icons\\{ DOCVARIABLE iconfilename }" }
> approach should be the easiest one.
[quoted text clipped - 115 lines]
>> >> >
>> >> > Thanks in advance!