Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to trap the scroll amount on a scroll bar (from the Forms
toolbox), and keep getting the dreaded "Object required" error...I hate that... I know I need more than the ScrollBar6.Value, but can't figure out what... Any help would be appreciated...thanks... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
MsgBox Sheets(1).ScrollBars(1).Value MsgBox Sheets(1).DrawingObjects("Scroll Bar 1").Value MsgBox Sheets(1).ScrollBars("Scroll Bar 1").Value HTH. best wishes Harald "Gene" skrev i melding ups.com... I'm trying to trap the scroll amount on a scroll bar (from the Forms toolbox), and keep getting the dreaded "Object required" error...I hate that... I know I need more than the ScrollBar6.Value, but can't figure out what... Any help would be appreciated...thanks... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Works great...thanks for the help...
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate the amount of time over a permitted amount (12 hours) | Excel Discussion (Misc queries) | |||
how do I change the scroll amount of page up/down key in excel? | Excel Discussion (Misc queries) | |||
Fine tune scroll amount | Excel Discussion (Misc queries) | |||
Formula for amount owing subtract amount paid | Excel Worksheet Functions | |||
How can I calculate amount of time left based on amount spent? | Excel Worksheet Functions |