current code is
lngLastRowDPWK = ActiveSheet.Cells(Activesheet.Rows.Count,"DX".End(xlUP).Row+3
Range("DP" & lngLastRowDPWK:"DV" & lngLastRowDPWK +2).select
I'm wanting it to highlight a few rows of in columns DP-DV but the row number is a variable. Any help is appreciated. Thank you