Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2006

Tip: Looking for answers? Try searching our database.

Highlighting a Row

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Fufu - 17 Mar 2006 22:36 GMT
My Question is:  as I data imput down a column(of multiple columns) can it
highlight the whole row so that I can be sure it is the right cell?
Don Guillett - 17 Mar 2006 23:12 GMT
right click sheet tab>view code>insert this>save
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
  Cells.Interior.ColorIndex = xlColorIndexNone
  Target.EntireRow.Interior.ColorIndex = 36
End Sub

Signature

Don Guillett
SalesAid Software
dguillett1@austin.rr.com

> My Question is:  as I data imput down a column(of multiple columns) can it
> highlight the whole row so that I can be sure it is the right cell?
David McRitchie - 17 Mar 2006 23:16 GMT
You should see the row number and column letter highlighted,
but if you want to hightlight the row and column itself you can use
a macro,  or a bit less of a problem if you already have shading
on cells would be to highlight the borders  see Chip Pearson's
   Row liner  (addin)
   http://www.cpearson.com/excel/RowLiner.htm
as with any macro solution you lose the ability to use  Undo  (Ctrl+Z)  so
that is a very big trade off.
---
HTH,
David McRitchie, Microsoft MVP - Excel    [site changed  Nov. 2001]
My Excel Pages:  http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:        http://www.mvps.org/dmcritchie/excel/search.htm

> My Question is:  as I data imput down a column(of multiple columns) can it
> highlight the whole row so that I can be sure it is the right cell?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.