Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Moving the cursor

I would like to move the cursor to the first or any coloumn in the same row
writing a macro. Can anyone help.

Thanks in advance
--
suresh gandhi
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Moving the cursor

Assuming you not mrean the mouse cursor, but the active cell, here's afew
options:

Range("A1").select
Activecell.offset(10,0).select
Application.Goto Range("IV1")

NickHK

"Gandhi Bojja" wrote in message
...
I would like to move the cursor to the first or any coloumn in the same

row
writing a macro. Can anyone help.

Thanks in advance
--
suresh gandhi



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 138
Default Moving the cursor

Here is another one:
Activecell.EntireRow.Cells(1).select

This will move the "cursor" to the first column in the same row. For any
other column change the value 1 to the desired column number.

Joerg


"NickHK" wrote in message
...
Assuming you not mrean the mouse cursor, but the active cell, here's afew
options:

Range("A1").select
Activecell.offset(10,0).select
Application.Goto Range("IV1")

NickHK

"Gandhi Bojja" wrote in message
...
I would like to move the cursor to the first or any coloumn in the same

row
writing a macro. Can anyone help.

Thanks in advance
--
suresh gandhi





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Moving the cursor

Thanks Nick and Joen

suresh gandhi
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
moving cursor PECOSBOB Excel Worksheet Functions 1 January 17th 09 01:27 PM
moving cursor aby New Users to Excel 2 November 2nd 08 10:45 PM
Moving cursor around excel Rare Earth Excel Discussion (Misc queries) 1 October 7th 08 11:52 PM
Moving cursor David Vollmer[_2_] Excel Programming 9 April 7th 06 11:16 PM
Moving the cursor position Peter Longstaff[_2_] Excel Programming 3 November 25th 05 04:22 PM


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