Thanks - This looks like it will work but is there another way to manipulate pictures in Excel without using the Comment object? My initial search isn't returning much. I'll continue looking.
Maybe something with control objects? Picture Format options - change picture source?
Thanks
I have picture icons that I want to toggle between given a condition. Is there a way to programmatically do this using VBA?
ActiveSheet.Shapes.Range(Array("Image1")).Select
I thought I could simply change the attributes for the "Image1" object but no luck there.
Any help greatly...