MoveAfterReturnDirection

  • Thread starter Thread starter V. Roe
  • Start date Start date
V

V. Roe

I am using Excel 97, but the application I am writing will be used on 97,
2000 & 2002.
I need to make sure that when the workbook is opened the enter key moves the
cursor to the right.
I have no problem changing to xlToRight when the workbook opens, but I would
like to be able to set it back to the users original direction. Is it
possible to trap the current direction so that I can change it and then
reset on close of workbook?
Any help would be much appreciated.
Valerie
 
Hi Valerie,

Do you mean the after return action? If so, you can get that from

Application.MoveAfterReturnDirection

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Thank you, I was able to get it working.

Bob Phillips said:
Hi Valerie,

Do you mean the after return action? If so, you can get that from

Application.MoveAfterReturnDirection

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top