ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Repositioning cursor (https://www.excelbanter.com/excel-programming/349122-repositioning-cursor.html)

Maria

Repositioning cursor
 
I'm fairly new to excel vba. I'm trying to move the cursor to off the screen.
I want to display a splash screen but not have the cursor (active cell)
visible to the user.

Any help is greatly appreciated.
--
Regards.

Leith Ross[_440_]

Repositioning cursor
 

Hello Maria,

Here is the code...

ActiveSheet.Range("A65536").Select
Windows(1).ScrollRow = 1
Windows(1).ScrollColumn = 1

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=496718



All times are GMT +1. The time now is 02:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com