ercedwards
Board Regular
- Joined
- Apr 27, 2013
- Messages
- 125
I have a worksheet that has data and images on it.
I want to e-mail everything that is visible in a given range, including the images.
I can already select all the data and put it in the e-mail using
Set rng = Sheets("Invoice").Range("A1:I151").SpecialCells(xlCellTypeVisible)
but I need the images as well.
Any tricks?
Thanks
I want to e-mail everything that is visible in a given range, including the images.
I can already select all the data and put it in the e-mail using
Set rng = Sheets("Invoice").Range("A1:I151").SpecialCells(xlCellTypeVisible)
but I need the images as well.
Any tricks?
Thanks