Hi All,
I have a file with macro in it. There are two different macros in it but I want to merge them using "Call". Both macros are working when run separately, but if I merge them, one of them stops with an error.
Dim r As Long
For r = hlpR To 1 Step -1
If Not...