It seems like a simple question.

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.
 
W

Word Heretic

G'day "David M. Pierce" <[email protected]>,

Dude - you r asking the impossible. Cummon, if we banish the bar, how
could we read its current value?

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


David M. Pierce reckoned:
 
D

David M. Pierce

What I really need is to know how many times you can call
ActiveWindow.SmallScroll before you get to the end of the document.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top