Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

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
Automatic repositioning data labels subset when chart updates igottaknow Charts and Charting in Excel 3 December 9th 06 04:17 AM
Repositioning a cell based on its value Paul987 Excel Discussion (Misc queries) 4 October 27th 05 08:33 PM
Repositioning a cell based on its value Paul987 Excel Worksheet Functions 1 October 27th 05 04:29 PM
Repositioning the tabs Mr Mike Excel Worksheet Functions 1 July 8th 05 09:20 PM
repositioning aging categories in a pivot when present Hans Weustink Excel Programming 0 August 19th 04 11:23 AM


All times are GMT +1. The time now is 03:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"