Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fufu
 
Posts: n/a
Default Highlighting a Row

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Highlighting a Row

right click sheet tabview codeinsert thissave
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.ColorIndex = xlColorIndexNone
Target.EntireRow.Interior.ColorIndex = 36
End Sub


--
Don Guillett
SalesAid Software

"Fufu" wrote in message
...
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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David McRitchie
 
Posts: n/a
Default Highlighting a Row

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

"Fufu" wrote in message ...
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?



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
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. Jamie Furlong Excel Discussion (Misc queries) 6 August 28th 05 09:27 PM
Turn off cursor from automatically highlighting cells in Excel? OregonKate Excel Worksheet Functions 1 July 15th 05 05:50 AM
Cells in Excel will not stop highlighting Boe Excel Discussion (Misc queries) 3 June 14th 05 03:53 PM
Help with Highlighting all duplicates in a row Jimv Excel Discussion (Misc queries) 4 April 21st 05 07:12 PM
highlighting cells which have dates later than... Rory Carroll Excel Discussion (Misc queries) 6 February 3rd 05 11:39 PM


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