Forum Discussion
Carlos_Soares
May 20, 2020Copper Contributor
how to turn buttons into floating objects
Good Morning I have several "shapes" that serve as buttons that allow me to move from leaf to leaf, like the left side menu. This sheet also has fixed panels, which help me to control the informati...
erol sinan zorlu
May 20, 2020Iron Contributor
Hello,
There is no VBA code to detect a scroll down event. So basically there is no easy way to do what you require. However if you know some advanced VBA techniques there is a page below where you can find some instructions to detect this. To change the location of the shapes you need to change the "Top" property of the shape according to the scroll height.
http://www.cpearson.com/excel/DetectScroll.htm