R
rob nobel
I have this code....
Sub BalanceFirst()
Call BalanceMessage
Call SortForBalancing
Call First
End Sub
Is there a way to have the BalanceFirst procedure finish completely, if the
VBNo button is press within the BalanceMessage sub. At the moment, all I
can get it to do is exit the BalanceMessage sub, but then it still
progresses to the SortForBalancing sub and so on.
Rob
Sub BalanceFirst()
Call BalanceMessage
Call SortForBalancing
Call First
End Sub
Is there a way to have the BalanceFirst procedure finish completely, if the
VBNo button is press within the BalanceMessage sub. At the moment, all I
can get it to do is exit the BalanceMessage sub, but then it still
progresses to the SortForBalancing sub and so on.
Rob