Thread: highlight row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default highlight row

Hi
try:
http://www.cpearson.com/excel/RowLiner.htm

Note: this solution will disable the 'Undo' functionality

-----Original Message-----
OK. So here is my problem. I have a big list-o-stuff,
and it is hard to see what cell you have highlighted on
the other side of the workbook. I know this is the
scripting forum, but many of you are obviously quite
knowledgable about excel. Is there a way within excel to
have the whole row highlight when selected, or something
like that. I don't mind doing it with a macro/event or
something, as long as its not something generic like
having it change the color of the cells within the row
(Interior.Color or whatever it is), because I got a lot

of
other junk going on to do that. As always, help is
appreciated! Thanks.
.