Well it looks like i can’t post on an old thread that i have been reading, and need some help with the workbooks give in it, that, so i’ll have to link to it instead :rolleyes:
http://windowssecrets.com/forums/showthread//168376-code-to-highlight-Excel-row-upon-hover
i was looking for something with this function that i could integrate into my workbook, and Zeddys’ solutions look promising, however, i’m having some trouble 🙁
the first issue is easily fixed –
i’m using office 2010 64 bit, so i had to modify the function declarations to include “ptrsafe”
second issue is not so easy to fix, or at least for me, as i’m learning about this code/method by looking at it, and seeing how it works –
sheet 1, when i press right click, i get a Compile Error: Type Mismatch error, on this line in the startTimer, with the “AddressOf timerProcedure” section highlighted
zTimerID = SetTimer(0, 0, 0.01, AddressOf timerProcedure)
i’ll continue to see if i can find a fix, in the mean time the highlight on selection version will do,
appreciate any help offered
thanks 🙂
forgot to say, this happens in both versions of the workbooks from that link