Is there a user + VBA command to hide the top and side Excell worksheetheaders? I.e., I don't want to see the A,B,C,... at the top and the 1,2, 3,... on the side.
try thisActiveWindow.DisplayHeadings = False
From menu bar, click Tools > Options > View. From Window Options, uncheck Rowand column headers.