msg box

  1. A

    Can't make VBA act on MsgBox results

    Help again: I'm trying to allow a user to decide not to delete a row in a protected table (part of a macro) if they click Cancel in a msgbox that pops up. I was able get the msgbox to pop up when the RemoveRows sub is run, but can't make it exit the RemoveRows sub if the user clicks Cancel...
  2. T

    Altering buttons on MsgBox

    I have a message box and I what to know the amount of doors the cabinet has. However, I don't know how to change the button options from yes and no I would like the options to be "One" and "Two" Door_message = MsgBox("how many doors does the cabinet have", vbYesNo) If Door_message =...
  3. M

    Msg Box for any cells greater then 1st cell in the row

    :confused: ok if i have 5 rows A1= 7 check the row b1:z1 and if any cell greater the cell A1 >7 return msg over limit same for the rest of the rows A2= 5 A3= 9 A4= 6 A5= 8 any help would be great :confused:
  4. W

    Bold Font inside MsgBox

    I am using a message box that pulls in a variable, I would like the variable to be displayed in Bold, can anyone help. Thanks.
  5. S

    Custom Message instead of error msg

    Hi I've created a macro within excel 2010 that adds a new tab called 'Data' into my worksheet. The main analysis of the worksheet is now run from this 'Data' worksheet. My problem is if the 'Data' worksheeet has been created already, and the Macro that creates it is run again, by...
  6. B

    If a cell value is less than 0 message box

    Hi, Just been asked to help and VBA is new to me, can you help? I'm running this sub as a tally which works ok :) Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$T$10" Then Range("S10").Value = Range("S10").Value + _ Range("T10").Value End If End Sub I need help...
  7. A

    Msg Box including a variable.

    Hello, I want to make a message box that says the following: "The system took 25 seconds to process." Where the 25 is a variable. I have the following code already. Sub Time() Dim t as Double, x t = Timer For x = 1 to 10 Blah Blah Blah next x MsgBox Timer - t End Sub As the code stands, I...
  8. R

    Message Box and Return to Required Cell

    I am trying to force a user response to a cell, when the user leaves the cell blank and tries to navigate to another sheet, the message box would remind them of required entry and return to the sheet and cell. I have set up on deactivate sheet to run message box when cells are false which...

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