View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PS PS is offline
external usenet poster
 
Posts: 18
Default How do I search for a .bmp in a worksheet using VBA in Excel

Let me preface by saying I am new to VBA. I have a macro which searches for
a block of text, if it is present, it is removed and replaced by an image.

If the image is present, I don't want anything to change. I do not know how
to reference the .bmp file/"named" image, and I don't want the image
re-inserted by the macro.

Can anyone help? Provide suggestions or alternate places for me to look for
help?

I'd appreciate any guidance. Thanks.