hello,
i am wariting a vba code where i am calling a function again and again. Is there any way i can avoid writing it again but call in a loop. your suggetsions would be highly appreciated. thanks in advance.
Call InputSubLoop(1, Range("A1"), Range("B1"))
Call InputSubLoop(2...