View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default 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