Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default excel horizontol scroll bar

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default excel horizontol scroll bar

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default excel horizontol scroll bar

Come again?? I don't know how to do this! sorry....

"Gary''s Student" wrote:

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default excel horizontol scroll bar

1. touch ALT-F11 to bring up the VBA window
2. touch ALT-I
ALT-M
to bring a fresh module
3. paste the stuff in and close the VBA window (save not necessary)
4. touch ALT-F8
select the macro and run

--
Gary's Student
gsnu200710


"jcinbarrie" wrote:

Come again?? I don't know how to do this! sorry....

"Gary''s Student" wrote:

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default excel horizontol scroll bar

Alternatively, go to Tools--Options--View and make sure the horizontal scroll
bar option button is selected.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Gary''s Student" wrote:

1. touch ALT-F11 to bring up the VBA window
2. touch ALT-I
ALT-M
to bring a fresh module
3. paste the stuff in and close the VBA window (save not necessary)
4. touch ALT-F8
select the macro and run

--
Gary's Student
gsnu200710


"jcinbarrie" wrote:

Come again?? I don't know how to do this! sorry....

"Gary''s Student" wrote:

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default excel horizontol scroll bar

That didn't work either. I created the new module, and 'ran' , but nothing
happened. Any other suggestions? (Tools; options etc isn't making any
difference either.)

"Gary''s Student" wrote:

1. touch ALT-F11 to bring up the VBA window
2. touch ALT-I
ALT-M
to bring a fresh module
3. paste the stuff in and close the VBA window (save not necessary)
4. touch ALT-F8
select the macro and run

--
Gary's Student
gsnu200710


"jcinbarrie" wrote:

Come again?? I don't know how to do this! sorry....

"Gary''s Student" wrote:

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default excel horizontol scroll bar

Hi gary - Now working....
"windows - arrange - tile" did the trick!
Thanks for your help

"Gary''s Student" wrote:

1. touch ALT-F11 to bring up the VBA window
2. touch ALT-I
ALT-M
to bring a fresh module
3. paste the stuff in and close the VBA window (save not necessary)
4. touch ALT-F8
select the macro and run

--
Gary's Student
gsnu200710


"jcinbarrie" wrote:

Come again?? I don't know how to do this! sorry....

"Gary''s Student" wrote:

Paste this in a standard module and run it:

Sub Macro3()
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.TabRatio = 0.5
End Sub


--
Gary''s Student
gsnu200710


"jcinbarrie" wrote:

I have totally lost the horizontol scroll bar on a previously 'just fine'
worksheet in excel 2003.
Tools for viewing have been selected properly but it still doesn't show up.
It also doesn't appear to be "collapsed" - at least, I can't see the double
vertical lines that would suggest it is just hiding. Help?

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
adding scroll bar to scroll on cell's content? Rotem Charts and Charting in Excel 0 November 16th 06 12:36 PM
vertical excel scroll bar carol Excel Discussion (Misc queries) 1 February 15th 06 12:14 AM
Scroll horizontaly with mouse, create same system used to scroll . frederic New Users to Excel 5 October 9th 05 08:15 PM
Scroll the screen view with the scroll bar avbs Excel Discussion (Misc queries) 1 June 25th 05 04:43 PM
Scroll Bars Do Not Appear in Excel XP LeoMac Excel Discussion (Misc queries) 1 February 3rd 05 04:30 PM


All times are GMT +1. The time now is 09:21 AM.

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"