Scroll Event

J

JeremyJ

Is there an Event for Scrolling in a Worksheet. I need to have a section of
the sheet change formats when it is scrolled left or right.
 
L

Leith Ross

Hello JeremyJ,

Excel doesn't expose the scroll event in VBA. It might be possible
using more advanced techniques, like Sub-Classing, to intercept the
event.

Sincerely,
Leith Ross
 
Top