Hi,
I wrote a VBA macro that reads machine downtimes from a database and visualises this information in a calendar.
Each cell in the excel calendar represents a 2 hour shift. When a cel is clicked a tooltip appears with detailed information.
This works fine but performance is bad. Before adding the 'selection.Validation' command the performance was good.
So the problem is this statement.
Are there better ways to do this ?
Code : coloring each cell and defining the tooltip :
![]()
Please Login or Register to view this content.
Bookmarks