change border color for active row on continuous form

hs_1

New member
Local time
Today, 04:14
Joined
Oct 28, 2015
Messages
6
I have long continuous form which is hard to read. Wonder if there is a simple vba code which would allow me to highlight the row I am editing by changing the border color?
Tx
 
Check out conditional formatting, which has a "Field Has Focus" option, so it's super easy to set a textbox to show a different background color, for instance, when that control has the focus.
 

Users who are viewing this thread

Back
Top Bottom