Dim LResponse As Integer
LResponse = MsgBox("Do you wish to continue?", vbYesNo, "Continue")
If LResponse = vbYes Then
{...statements...}
Else
{...statements...}
End If
This blog is for Accountants who would like to empower themselves by being able to create applications for the company/companies they work for without full reliance on IT professionals. Accountants should know the type of data their company should collect and use the data to analyse and add value to the company's bottom line. They should be able create data collection applications that can be used across their organisation.
Thursday, January 19, 2017
Yes No buttons
Sometimes you need the user to answer Yes or No in order to carry out a function. This usually happens when you need the user decide if the user wants to carry on with a posting entry.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment