Is there a break statement in VBA
If using a universal variable (static, public), be sure to exit your
procedure by falling thru the "End Sub" or using and "Exit Sub". The "End"
statement resets variables.
"Shani" wrote:
What statement can i use to break out of a loop?
how do i call a procdedure?
How do i declare a universal variable that all sub() can use?
appreciate the help. Thanks
|