An analyst records a macro to apply specific formatting (bold font, yellow background) to a selected cell. They choose the 'Use relative references' option during recording. If they select cell C5 and run the macro, and then later select cell D10 and run the same macro, what will be the result?
-
A
Only the originally recorded cell will be formatted.
-
B
The formatting will be applied to cell C5 first, and then to cell D10.
-
C
The macro will format only cell C5 each time it is run.
-
D
An error will occur because the macro was not recorded for cell D10.