Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Selection.End(xlToLeft).Select

Selection.End(xlToLeft).Select

which command will move the cursor to column A, independent of blank
cells or cells inclusive entries?

Not each cell in a row does have an entry. So once the active cell is
M5 and there are entries up to C5 (B5 is blank). The cursor will only
jump to C5 with above mentioned command.

Regards,

Norbertx


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Selection.End(xlToLeft).Select

Hi Norbert,

Try:

ActiveCell.EntireRow.Cells(1).Select

Although it is rarely necessary to make selections.


---
Regards,
Norman



"Norbert Jaeger" wrote in message
...
Selection.End(xlToLeft).Select

which command will move the cursor to column A, independent of blank
cells or cells inclusive entries?

Not each cell in a row does have an entry. So once the active cell is
M5 and there are entries up to C5 (B5 is blank). The cursor will only
jump to C5 with above mentioned command.

Regards,

Norbertx




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
SELECT DUPLICATE IN SELECTION VIJAY BHARDWAJ Excel Worksheet Functions 2 March 9th 09 02:17 PM
Select last cell in Selection jlclyde Excel Discussion (Misc queries) 4 June 27th 08 09:23 PM
I do not see the selection colour when I select some cells dev Excel Discussion (Misc queries) 1 August 17th 06 01:40 PM
Why doesn't Selection.End(xlDown).Select always work? Don Guillett[_4_] Excel Programming 0 August 3rd 04 05:47 PM
Loop too slow deleteing xltoleft MarcB[_2_] Excel Programming 5 June 9th 04 05:08 AM


All times are GMT +1. The time now is 01:11 AM.

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

About Us

"It's about Microsoft Excel"