Open a menu

G

Greg B

Hi,
I am wondering the code to open up the menu option of insert a picture from
scanner or camera.

Thanks
Greg
 
T

Tom Ogilvy

If you actually want to show the menu as you state:

Sub aAA()
'1764
Application.CommandBars.FindControl(ID:=1764).Execute
End Sub
 
J

Joel

I recorded a macro and then read a picture. this is the code

ActiveSheet.Pictures.Insert("C:\TEMP\Brooklyn bridge 1.jpg").Select
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top