D
David M. Pierce
I have what seems like a simple question for VBA. I am creating my own
scrollbar for word and would like to then Hide words scrollbar using
ActiveWindow.DisplayVerticalScrollBar = False
but when i do this I can't set/get the scroll position using
ActiveWindow.VerticalPercentScrolled
any Ideas?
P.S. I also can't find a way to use the ActiveWindow.SmallScroll
because I can't find the max Units to scroll down and the max units to
scroll Up.
scrollbar for word and would like to then Hide words scrollbar using
ActiveWindow.DisplayVerticalScrollBar = False
but when i do this I can't set/get the scroll position using
ActiveWindow.VerticalPercentScrolled
any Ideas?
P.S. I also can't find a way to use the ActiveWindow.SmallScroll
because I can't find the max Units to scroll down and the max units to
scroll Up.