VB form

A

al-molo

i need users to go into an excel document i have created,
click on the picture i have inserted already and the VB
form will appear? I can create the form in visual basic
but cant seem to link it to this picture, hope this is
clearer.

does this help?
 
B

Bob Phillips

Assign a macro to the shape, and in the macro add this code

Userform1.Show

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top