Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default LIST Button - Removing Arrow that goes left to Right

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default LIST Button - Removing Arrow that goes left to Right

ActiveWindow.DisplayHorizontalScrollBar = False

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default LIST Button - Removing Arrow that goes left to Right

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default LIST Button - Removing Arrow that goes left to Right

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default LIST Button - Removing Arrow that goes left to Right

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default LIST Button - Removing Arrow that goes left to Right

Make the ListBox wider or the ColumnWidths narrower.

Hth,
Merjet


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default LIST Button - Removing Arrow that goes left to Right

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does the right arrow move the sheet to the left CatLoverx6 Excel Discussion (Misc queries) 1 August 2nd 08 01:17 AM
Removing numbers to the left mpenkala Excel Worksheet Functions 8 April 17th 08 02:01 PM
Can't see row numbers or left scroll arrow in Excel spreadsheet Jim Freund New Users to Excel 1 January 26th 06 04:06 PM
Left arrow key opens up 'Save As' window lionsgate1 Excel Worksheet Functions 0 January 22nd 06 11:05 AM
removing everything from the left after 10 digits tri_p Excel Worksheet Functions 3 September 30th 05 12:33 PM


All times are GMT +1. The time now is 11:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"