Pardon my ignorance on the subject, but i want to pass one variable, heres the code
Dim activeinvoice As String
activeinvoice = ActiveWorkbook.Name
I want to declare that variable in one subprocedure and pass that variable to the other procedures that it calls, its not really workin for me, can anyone help, thank you!
Dim activeinvoice As String
activeinvoice = ActiveWorkbook.Name
I want to declare that variable in one subprocedure and pass that variable to the other procedures that it calls, its not really workin for me, can anyone help, thank you!