Jagdev Singh
Active Member
Hi Experts,
I have a doubt regarding constant variable.
I want to provide an input box to a variable as per the below code.
Dim strFldr As String
strFldr = InputBox("Please add folder link of the doc")
I want to use the same URL in 2 class or 1 class and 1 function is the module.
Regards,
JD
I have a doubt regarding constant variable.
I want to provide an input box to a variable as per the below code.
Dim strFldr As String
strFldr = InputBox("Please add folder link of the doc")
I want to use the same URL in 2 class or 1 class and 1 function is the module.
Regards,
JD