I have n rows of data with many columns, I need to scroll the row to see all of the columns.

Is there a way, VBA code I assume, to hover or click on a any row cell and get a label that shows the row date, which is in column C, so I know that I am on the correct row while looking at the data, without going back to the beginning of the row to check? I would prefer not to use the split screen mode.