Thread
:
How to Display the The Insert Picture from Scanner or Camera dialog box
View Single Post
#
2
Posted to microsoft.public.excel.programming
keepITcool
external usenet poster
Posts: 2,253
How to Display the The Insert Picture from Scanner or Camera dialog box
this one?
Sub ShowInsertPictFromScanDialog()
CommandBars(1).FindControl(id:=1764, recursive:=True).Execute
End Sub
--
keepITcool
|
www.XLsupport.com
| keepITcool chello nl | amsterdam
Browie wrote :
What is the code to do this please?
Thanks
Greg
Reply With Quote
keepITcool
View Public Profile
Find all posts by keepITcool