Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I've seen this happen before with a Spinner from the "controls Toolbox" (embedded control) ... so i presume/assume your's is an embedded control too. it takes focus intermittently... and NO way you keep your cell selection. I solved it by exchanging it for a "native" scrollbar from "Forms" toolbar. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool 0000_AAAA_0000 wrote : I have a Scroll Bar: Private Sub ScrollBar1_Change() With ScrollBar1 Min = 1 Max = 30 LargeChange = 5 SmallChange = 1 End With Range("A1").Select End Sub My problem comes because only once every to times I am eble to accompliss this: Range("A1").Select Usually if I press the ScrollBar when Range("A1") is activated none cell becomes activated the next time, the ScrollBar is activated. and if Range("A1") in this case is not selected the ScrollBar becomes activated. How can Avoid this and select Range("A1") every time???? Many thanks in advance!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need url links to be activated in my cells | Excel Discussion (Misc queries) | |||
undo is not activated | Excel Discussion (Misc queries) | |||
MACRO ACTIVATED EVERY 5 SECONDS | Excel Discussion (Misc queries) | |||
count how many times a button is pressed | Excel Discussion (Misc queries) | |||
scrollbar reslut makes another scrollbar to show | Excel Discussion (Misc queries) |