Hi,
Thanks for your help.
It works kind of.
This code in below take a screen shot but takes too much space on excel sheet.
I want to insert the picture only from cell D3:F3 and enlarge the picture by clicking the picture.
Thanks.
safi
Thanks for your help.
It works kind of.
This code in below take a screen shot but takes too much space on excel sheet.
Code:
objWorkbook1.ActiveSheet.range("d3:f3").Select
objWorkbook1.ActiveSheet.Pictures.Insert("C:\Documents and Settings\msafiullah\Desktop\error.bmp")I want to insert the picture only from cell D3:F3 and enlarge the picture by clicking the picture.
Thanks.
safi

