Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I stop the cursor from scrolling?

How do I stop the cursor from scrolling to the right in Excell? I have a
year's calendar on a spreadsheet for a medical office's appointment book. I
want a "hard stop" (my phrasing) at the end of my input in column AI, not go
on to infinity. I want it to behave the same way as scrolling to the left
when you can't go to the left of column A.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How do I stop the cursor from scrolling?

Hi Ortho

You can use this in the Thisworkbook module for Sheet1

Private Sub Workbook_Open()
Sheets("Sheet1").ScrollArea = "A1:AI100"
End Sub

Or select all the columns to the right of AI and Hide them


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Ortho office" <Ortho wrote in message ...
How do I stop the cursor from scrolling to the right in Excell? I have a
year's calendar on a spreadsheet for a medical office's appointment book. I
want a "hard stop" (my phrasing) at the end of my input in column AI, not go
on to infinity. I want it to behave the same way as scrolling to the left
when you can't go to the left of column A.



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
Stationary cursor, scrolling page Mark Penny Excel Worksheet Functions 1 October 1st 07 09:10 AM
How do I stop the scrolling? lady digitalvideo New Users to Excel 2 August 8th 06 04:08 AM
Stop scrolling gottahavit Excel Discussion (Misc queries) 1 November 8th 05 03:30 PM
scrolling wont stop anonymous Excel Discussion (Misc queries) 1 February 18th 05 01:27 AM
scrolling won't stop orfan Excel Worksheet Functions 1 February 17th 05 07:35 PM


All times are GMT +1. The time now is 07:02 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"