PC Review


Reply
Thread Tools Rate Thread

Cursor row and column

 
 
=?Utf-8?B?UmVlZGhpbGw=?=
Guest
Posts: n/a
 
      3rd Dec 2006
Hi
Is there any way to get colours to the row and to the column where the
cursor is. They should change every time when moving the cursor. Thanks!
 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      3rd Dec 2006
Right click sheet tab>view code> insert this

Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Cells.Interior.ColorIndex = 0
With ActiveCell
.EntireRow.Interior.ColorIndex = 36
.EntireColumn.Interior.ColorIndex = 36
End With
End Sub

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Reedhill" <(E-Mail Removed)> wrote in message
news:8D24A1F1-AD07-4E67-9CCC-(E-Mail Removed)...
> Hi
> Is there any way to get colours to the row and to the column where the
> cursor is. They should change every time when moving the cursor. Thanks!



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      3rd Dec 2006

you may want to try Chip Pearson's Rowliner:
http://www.cpearson.com/excel/RowLiner.htm

Reedhill wrote:
>
> Hi
> Is there any way to get colours to the row and to the column where the
> cursor is. They should change every time when moving the cursor. Thanks!


--

Dave Peterson
 
Reply With Quote
 
=?Utf-8?B?UmVlZGhpbGw=?=
Guest
Posts: n/a
 
      3rd Dec 2006
Thanks both of you. They worked fine.

"Reedhill" kirjoitti:

> Hi
> Is there any way to get colours to the row and to the column where the
> cursor is. They should change every time when moving the cursor. Thanks!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to move cursor from one column to the next?? Bob C. Microsoft Word New Users 3 13th Sep 2009 04:37 AM
How do you get the cursor into the next column? BS Microsoft Word New Users 2 14th Aug 2008 09:33 PM
can I have the cursor go to same row/column in each sheet Turbo Microsoft Excel Misc 4 29th May 2008 02:25 PM
how to move the cursor to column A after entering data column F =?Utf-8?B?dHNrYWlzZXI=?= Microsoft Excel New Users 2 29th Apr 2006 02:28 PM
Why is my tab key moving my cursor from column A to column k? =?Utf-8?B?ZXRlcnAwNQ==?= Microsoft Excel Misc 2 14th Oct 2005 07:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:53 AM.