M
melisfreed
hello there! Is there a way to either return a value from a sub to b
used in another sub OR is there a way to call a value from another sub
My sample code below:
Sub Small()
TestPoint = 100
End Sub
Sub Large()
Dim TestPoint
used in another sub OR is there a way to call a value from another sub
My sample code below:
Sub Small()
TestPoint = 100
End Sub
Sub Large()
Dim TestPoint