Hello!
This is my first post here, so I hope I don't unintentionally step on any forum rules.
I've been poking around on several websites and forums for the last couple of weeks in an attempt to answer my questions, but I think I might have confused myself more than anything else, so its time to ask for help. I have to say up front, though, that I am a complete beginner when it comes to programming.
What I have managed to get working with the help of someone's three year old post on another forum (sorry, I have lost track of which forum it was on, but I do thank the person who posted it for their help) is to get a mouse over event working on a specific cell (sheet1, cell C14 in my file), then searches for the value in that cell on sheet3. Once the value is found on sheet3, a two column offset is performed and the value of that cell is applied to the merged cell, A1, on sheet1.
Okay, at this point I have two problems I hope someone may be able to help me with:
Firstly, the mouse over event is static to cell C14 on sheet1. I have been trying to find a way to detect and apply the cell address dynamically to the code I have [valueToFind = xlWorkSheet.Range("C14").Value], but I haven't been able to figure that out. Any help in this area would be appreciated.
Secondly, the mouse over event works great on the one cell, the search on the other sheet works, the offset works, and the placing of the offset value from sheet3 to cell A1 on sheet1 works. What I want to have happen, and which currently doesn't work properly, is that once the mouse is moved out of the cell (C14 right now) I want the value in A1 to be erased.
I'm not sure if this is a case of me just not having the code for this [xlWorkSheet.Range("A1").Value = " "] in the right place, or if there is something else that I need to do first (yes, I know it is currently commented out). Again, any help with this would be appreciated.
![]()
Please Login or Register to view this content.
Bookmarks