I want to change the Fill Color of the shape when the mouse come over the shape in Excel 2007 without Class and Active-X control.
Printable View
I want to change the Fill Color of the shape when the mouse come over the shape in Excel 2007 without Class and Active-X control.
There is no way to do it without an API, or Class or an Active-X control. There are numerous discussions on the net around this topic, and most of them (if not all), revolve around using either an Active-X, or using APIs to get the cursor position, and to compare it with the position of the shape, and if there are multipe shapes involved, then you would tend to have a Class involved.