MessageBox vs MsgBox

Top  Previous  Next

MessageBox is an object used in iLogic:

 

    MessageBox.Show ("Assembly " & invDocument.FullFileName & " has " & DocsInAsm.Count & " sub documents")

 

MsgBox is a function used in VBA.

 

    MsgBox ("Questa funziona solo con disegni IDW")

 

Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)