V
VBA Noob
hi,
Not a good idea to highlight all the row unless you have data. If you
did then select row 1 go to Data > conditional formatting and enter
=$A1<>""
This will highlight the whole row if there is a entry.
Always enter as $ to make it work
VBA Noob
Not a good idea to highlight all the row unless you have data. If you
did then select row 1 go to Data > conditional formatting and enter
=$A1<>""
This will highlight the whole row if there is a entry.
Always enter as $ to make it work
VBA Noob