Hi,
The code below generates the Message Box shown.
Is it possible to change the title of the Message Box from "System Message" to say, "Update SAP" ?
Thanks.
Leon Lai
-------------------------------------
iReturn = SBO_Application.MessageBox("Update is irreversible!" & Environment.NewLine & _
"Do you want to continue?", 2, "Yes", "No")