vbokcancel

  1. S

    Type Mismatch when click on ok and cancel

  2. G

    VBA SaveAs with vbOKCancel

    Hello I am looking for a way I can open a SaveAs dialog using VBA, then if the user hits cancel it will show a msgbox with "You need to save the document before you can continue." on a vbOKCancel + vbCritical popup. If the user then selects cancel it will close the workbook but if they select...
  3. J

    Input box VBOKCancel problem

    I'm having an issue with an application.inputbox in a macro. It keeps popping up with a "1" in the user input section when the message box initially appears. Why is this happening? Dim BeginDate As Variant ShowInputBox: BeginDate = Application.InputBox("What is the first day of the next month's...
  4. C

    an old problem

    excel 2007; W7 I'm using an input box to ask for a $value. my code is: <code> tryagain: ans = InputBox("How much is owed right now?", vbOKCancel) If vbCancel = True Then Exit Sub End If If ans <> "" Then End If If ans = "" Then...
  5. W

    vbOKCancel use question

    Hi All, I am using the following code to alert a user that data entry which is required to generate the filename hasn't been made, and when OK is clicked a dialog box appears showing the filename which defaults to '.xls. Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top