Morning, here's something for you. I wasn't able to find solution to my question anywhere. However if this topic has appeared somewhere here already, please let me know where I can find my answers.
I've got 2 Excel sheets with linked information on both tabs. First one is a table containing a log of all employees names and their locker number. Second one is 'a map' of locker rooms with 'ticks' and 'crosses' to show current locker availability. Each locker has a corresponding cell next to it with user's name (vlookup to the log). To save space and make the layout look more like a real map, and be more readable, all cells which contain names are hidden. Now the pickle:
Every time when a user is opening the map, and hover over the cell (locker number) or click on it, I would like to see a comment-like message which will show name of the person who that locker belongs to. I don't want to insert a comment or use Data validation message box, because they will not change automatically when a locker changes owner.
Would it be possible with VBA though? Or maybe there is some other smart way of dealing with this? Surprise me ^^
And massive THANK YOU for even reading my post
M.
I've got 2 Excel sheets with linked information on both tabs. First one is a table containing a log of all employees names and their locker number. Second one is 'a map' of locker rooms with 'ticks' and 'crosses' to show current locker availability. Each locker has a corresponding cell next to it with user's name (vlookup to the log). To save space and make the layout look more like a real map, and be more readable, all cells which contain names are hidden. Now the pickle:
Every time when a user is opening the map, and hover over the cell (locker number) or click on it, I would like to see a comment-like message which will show name of the person who that locker belongs to. I don't want to insert a comment or use Data validation message box, because they will not change automatically when a locker changes owner.
Would it be possible with VBA though? Or maybe there is some other smart way of dealing with this? Surprise me ^^
And massive THANK YOU for even reading my post
M.