hi-lighting a row

topgun-usaf

New Member
Joined
May 25, 2010
Messages
3
Data entry would be so much easier for me if I new how to do the following:

How do I hi-light a row and retain the hi-lighted row while filling in data in the cells across the row from left to right.

When moving off the row the hi-lighting stops.

Thank you to anybody who can help.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Select the whole sheet, Format > Conditional Format, select Formula Is and enter the formula

=row()=cell("row")

then select a suitable fill color. Then right click the sheet tab, select View Code and paste in

Code:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.ScreenUpdating = True
End Sub
 
Upvote 0
Vog,

Is it possible to convert your directions into a macro in the personal.xla? Then a user could click a button and have the row highlighter work in whatever workbook that want.
 
Upvote 0
I don't believe that is possible. The event code needs to be in the active workbook.
 
Upvote 0
VoG,

Thanks for letting me know that it is not possible. I am not familiar with VBA, but did play around with the macro recorder, plus making trial and error changes to the macro recorder code. Of course none of my attempts worked.
 
Upvote 0
Auto Serial Number

I am a new Excel user. I want to know how I can create Auto serial Number.
I have another problem, how I can create auto Ascending. Pls Let me Know that.


Thanks

mrul
 
Upvote 0
Another way to enter data on a highlighted row is to use the shift key + the spacebar to highlgiht the row. Then use the tab key or enter key to move the cursor to the right. To move to the left, use the shift key + the tab key.
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,484
Members
452,917
Latest member
MrsMSalt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top