Hello everyone,
I believe this would be a very easy question for the experts here. I want to use variables from another sub/module. An example of the code in module 1 is below:
Public pinit, uy_from, uy_to As Variant, ws As Worksheet
Sub TC()
pinit = InputBox("initials")
uy_from =...