Hi All,
i have below recorded macro which is running fine and my data are accurate. i am calling all the macro in a below sequence.
just wanted to check if i can add any progress bar to check the progress of the macro.
Thanks
Chandresh
i have below recorded macro which is running fine and my data are accurate. i am calling all the macro in a below sequence.
just wanted to check if i can add any progress bar to check the progress of the macro.
Code:
Sub EveryThing()
Call Macro3
Call test
Call Macro1
Call Macro2
Call CombineFiles
Call Vlookupdta
Call CombineData
Call DeleteAllBut4
End Sub
Chandresh
Last edited by a moderator: