pop up message ; vba ;

  1. I

    Pop up message box to display values of specified range with VBA code

    I'm just a beginner in VBA. Below is a module for Pop up message box to display values of specified range with VBA code. Now, please help me out in following points. 1. to display the Popup message of selected rows within the range of ("A5:I500,N5:AW500"). 2. Is it possible to show "Row no. 5"...
  2. D

    Error Message

    Hello i want to display a pop up message when a particular textbox is empty in the userform before i click on the command button...is there any kind of vba code for that???
  3. C

    Popup if value in range is less than 5%

    I have a range of cells in row 39, with calculated percentages. If a change is made that makes any cell in the range fall below 5%, I would like a popup stating "Exceeded 5% Availability". This is the VBA code I'm using so far with no result. Private Sub Worksheet_Calculate() If...
  4. K

    Excel 2007 Create a Pop Up Alert if limit is exceeded

    Hi! I'm creating a spreadsheet to calculate the total travel time between various destinations - I have already set up conditional formatting so if the total travel time exceeds 2 hours for example - the cell will turn red. What I want to do now is create an alert that will appear when the 2...
  5. D

    Warning Message Needed for User Who "X" Out of Certain Form

    I am attempting to have a pop message display when users of a certain form "X" out of the form. Below is what I came up with but it does not seem to be working: Private Sub IntroUpdate_BeforeClose(Cancel As Boolean) Call MsgBox("User closed the program before any formulas were updated."...
  6. L

    Marco for a pop-up that requires input.

    I have an excel spread sheet that is designed to calculate a time schedule based on information. I would like a pop-up that would display after the schedule is created in show duplicate value conflicts. Here is the example... Matt is working at 12:00 PM Mark is working at 12:00 PM I would...
  7. T

    VBA Pop Up Message Query

    All, Happy new year to everyone - I have another headache caused by VBA and am sure I'm missing something obvious! I have a spreadsheet in which I require a pop up message to appear when a user enters certain criteria into a cell, specifically the letters 'AAP'. I have the following code on...

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