how to insert signature on locked form

C

CathyExecAsst

I have a locked form but need to be able to insert signatures. How do I
insert "picture" text - easy method please.
 
R

Robert M. Franz (RMF)

Hi Cathy
I have a locked form but need to be able to insert signatures. How do I
insert "picture" text - easy method please.

there probably is not a simple answer.

You would need a macro to allow the user to insert a picture (launch the
InsertPicture dialog and allow him to select an existing picture file on
his hard disk or file server).

A sophisticated version of such a macro has some kind of error routine
(the user might select an XLS file ...) and possibly some means to scale
the picture down appropriately.

HTH
Robert
 
Top