ScrollBar information

V

Victor

Can we get the scrollbar infomation from a word.application?
like i want to how many pixals i just scrolled.
cheers
 
J

Jonathan West

Victor said:
Can we get the scrollbar infomation from a word.application?
like i want to how many pixals i just scrolled.
cheers


Take a look at the VScroll property in the VBA Help. However, the resolution
might not be fine enough for your purposes.
 
Top