Sub prelim()
MsgboX "Hello World"
End Sub
Sub Main()
Call prelim
End Sub
In the above code Sub prelim
can't be edited.I want msgbox when I run Sub prelim
but when I run Sub Main
I don't want the message box to get popped out. How to do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…