santa12345
Board Regular
- Joined
- Dec 2, 2020
- Messages
- 70
- Office Version
- 365
- Platform
- Windows
Hi.
I am struggling with this one. Hopefully its somewhat easy.
I know you can change the file options within excel to remain on a specific cell after entering data..and hitting enter.
But thats for all workbooks, etc...
Is there vb code to make this happen on only one workbook?
I want to enter data in cell A1 and hit enter...and the cursor stays in cell A1.
When I close the workbook and open up another file, I want the standard Excel default to act as normal. Hitting enter takes you down a cell.
I thought I could put the Application.MoveAfterReturnDirection command within my particular .xls file.. but I can't get it to work.
Any input would be appreciated.
Thanks.
I am struggling with this one. Hopefully its somewhat easy.
I know you can change the file options within excel to remain on a specific cell after entering data..and hitting enter.
But thats for all workbooks, etc...
Is there vb code to make this happen on only one workbook?
I want to enter data in cell A1 and hit enter...and the cursor stays in cell A1.
When I close the workbook and open up another file, I want the standard Excel default to act as normal. Hitting enter takes you down a cell.
I thought I could put the Application.MoveAfterReturnDirection command within my particular .xls file.. but I can't get it to work.
Any input would be appreciated.
Thanks.