Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get rid of the arrow that scrolls left to right. I just want one
arrow that goes up & Down -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200703/1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWindow.DisplayHorizontalScrollBar = False
|
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where do I place this code in the Form??
Greg Glynn wrote: ActiveWindow.DisplayHorizontalScrollBar = False -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200703/1 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 14, 5:17 pm, "Fredriksson via OfficeKB.com" <u27002@uwe wrote:
Where do I place this code in the Form?? Greg Glynn wrote: ActiveWindow.DisplayHorizontalScrollBar = False -- Message posted via OfficeKB.comhttp://www.officekb.com/Uwe/Forums.aspx/excel-programming/200703/1 You can use that code in a macro. Tools--Macro--Macros--type a name--create--paste that code into the current position in VB. Exit. Go back to the Macros window, click your new macro, click options, make a shortcut key for it and you can use that shortcut key to turn them off. You can similarily use the same principles to turn the horizontal scroll bar back on, except of course using true instead of false. if you want to turn them off all the time i supposed you could just turn them off under tools -- options |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This did not work. I have a list command button in a form
Greg Glynn wrote: ActiveWindow.DisplayHorizontalScrollBar = False -- Message posted via http://www.officekb.com |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make the ListBox wider or the ColumnWidths narrower.
Hth, Merjet |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
merjet wrote: Make the ListBox wider or the ColumnWidths narrower. Hth, Merjet -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200703/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does the right arrow move the sheet to the left | Excel Discussion (Misc queries) | |||
Removing numbers to the left | Excel Worksheet Functions | |||
Can't see row numbers or left scroll arrow in Excel spreadsheet | New Users to Excel | |||
Left arrow key opens up 'Save As' window | Excel Worksheet Functions | |||
removing everything from the left after 10 digits | Excel Worksheet Functions |