MarkBird
2 years agoContributor III
Display message box in Excel
Hi
Is it possible to show a message box in excel?
I am currently writing a SpreadsheetFunctionType.SaveTableView rule and I would like to display a message box to the user with any data validation errors when trying to save.
I have tried :
Throw New XFUserMsgException(si, Nothing, Nothing, "My error message")
However, this doesn't seem to work.
Regards,
Mark