G
Guest
I'm trying to use excel 2000 vba to insert a picture based on a user's input of an employee id number. I'm tyring
picname = "c:\employee\pictures\" & empnumber & ".jpg
When i include this in the code it does not work. Any suggestions?
picname = "c:\employee\pictures\" & empnumber & ".jpg
When i include this in the code it does not work. Any suggestions?