I have a .bmp image I'd like on my worksheet via code, but not having much success.
pname= "D:\logo4.bmp"
With Worksheets("Test")
.shapes.addpicture(pname,False, True,100, 10, -1, -1)
End With
It won't compile, tells me "Expected = "
Thanks for any help