Hi,
I have an excel workbook which has has a macro written for an older format of file we maintained , can the cell references be changed to match my new format of file?
This is the code :-
Sub testextract()Application.DisplayAlerts = False
Application.ScreenUpdating = False
Dim i, j, k, l...