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 appreciated.
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 appreciated.