J
james
I have to insert a scanned signature into a word document before faxing it.
The way I do it now, using word 2007:
insert picture, navigate to the signature.png file (with transparent
background) using the file open dialog
change position->more layout option->in front of text
rescale and position the picture on the signature line in the document
Is there a way to make this quicker (fewer steps/clicks), I have to do this
many times each day. There ought to be a way to insert picture in front of
text as default, instead of inserting picture as inline text.
Perhaps it is possible to write a macro that searches for the signature
line, then insert the signature. I haven't used VBA for a long time, could
someone list the functions I would need to use so I don't have to start from
scratch?
E.g. function to search a string, function to insert a picture and put it in
front of text, function to re-position and rescale a picture, etc. If there
is a sample macro to do something similar, please let me know!
The way I do it now, using word 2007:
insert picture, navigate to the signature.png file (with transparent
background) using the file open dialog
change position->more layout option->in front of text
rescale and position the picture on the signature line in the document
Is there a way to make this quicker (fewer steps/clicks), I have to do this
many times each day. There ought to be a way to insert picture in front of
text as default, instead of inserting picture as inline text.
Perhaps it is possible to write a macro that searches for the signature
line, then insert the signature. I haven't used VBA for a long time, could
someone list the functions I would need to use so I don't have to start from
scratch?
E.g. function to search a string, function to insert a picture and put it in
front of text, function to re-position and rescale a picture, etc. If there
is a sample macro to do something similar, please let me know!