View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Sharrock Jim Sharrock is offline
external usenet poster
 
Posts: 1
Default On Error Resume Next

On Error Resume Next
Set p = ActiveSheet.Pictures.Insert(strPicRef)

When I access a picture that I cannot open, the above gives me run time
error 1004 via the debug dialogue box and no means of trapping the error.

Any idea why ?

Thanks, Jim.