pop

  1. P

    vba to evaluate every cell from BI49 to the last row and if there's an N/A then pop up an error message and exit program

    I'm looking for the vba to evaluate every cell from BI49 to the last row and if there's an N/A then pop up an error message and exit program. I had a similar request yesterday, but I can't get the syntax right.
  2. T

    Macro to find a name in row 8 and check if the value in next column is 0

    Hi Everyone, so I have a sheet called "Totals" I need a macro that when run can look along row 8 find the name in cell B5 look at the value in the cell above it and if its a zero pop up a message box saying " No DATA" please help if you can Thanks Tony
  3. Nelson78

    Pop up showing the cell

    Good morning. I have to prevent manual errors in a data entry operation: more precisely, if the user types a space " " in a cell in the range F11:F13, a pop up has to specify in which cell, to make easier the consequent correction. This is my attempt: the error is located in the highlighted...
  4. Nelson78

    Pop up in opening the file

    Hello everybody. In opening a file from an intranet, the following pop up is displayed: The file you are trying to open file.xls is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you...
  5. B

    How to close Recovery Autosaved Pop up

    when i was opening file it is pop up on my spread sheet(Autosaved) recovery file Can we do it like this close it automatically,it should not pop up on my screen. Any macro or tips for it?
  6. Pinaceous

    VBA import file question

    Hello Everyone, I'm trying to import a file based on its "name" &/or "title" to a specific sheet. Where, if the file is not present the sub will pop an error msgbox indicating such. Any suggestions?? Thanks, Pinaceous
  7. A

    More than One Data Validation In One Cell

    Is there a way to have more than one Data Validation in one cell. I have a drop down menu on the cell with about 20-30 names. Now i want a error to pop up if they do not select who they are.
  8. L

    MAcro for How to read the inner text from a IE pop up window?

    I'm trying to writre a macro in vba that can read the inner text from internet explorer pop up window that appears a few seconds later I put my password and user name in the web page. Can someone help me with this!???? Thanks in advance. Alex
  9. D

    Suppress background query problems in Excel 2016

    Hi Everyone, i'm new to this forum and would really appreciate some help. I have developed a spreadsheet that tracks crypto currency prices and volumes via a generated web query with API's and refreshes every 2 - 3 minutes. I then have a VBA code that detects a change in a cell value (after...
  10. O

    a formula that makes a pop up for an expiring date

    I am making a spreadsheet for work i need to make a code that will allow a pop up for several cells for an expiring date would be what ever today is i have been unable to locate a code can anyone help the cell in which i would need for this to work in are most of the sheet it starts at B to K...
  11. F

    save workbook upon prompt

    Hi. I'm new to vba and need some assistance, with thanks. I've run all my macros and they are seem fine, except that when I close the file and the save pop up message pops up and I click on save, in fact it does't save my work! how to override this? I've googled this a lot and only found...
  12. Pinaceous

    VBA MsgBox question

    Hi All, How do you run a timed pop up to pop up on certain opened tabs of your workbook? For example, if I'm running YourSub1 to execute at ie. 12:00pm I want it exclusive for sheet 1 and no other tabs. Thank you all in advance! R/ Pinaceous
  13. J

    Msg Box to input data

    I need help on a Macro where the user inputs data into a pop up box. That data is then copied into another sheet.
  14. S

    Worksheet_Change(ByVal Target As Range) Msg Pop up Box

    Hello, So right now I have some coding set up to display a pop up box if any of a certain 4 cells contain specific "yes" or "no" answers. That coding is here: Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False If Range("B5").Value = "No" Or Range("B6").Value...
  15. D

    Create a pop up

    i have a document that is shared by 5 different people in our office, and often people forget to leave it open. Im struggling to write a macro that would make a pop up appear every 15 minutes to remind people to close the document if they are finished editing it. any suggestions?
  16. C

    odd error message

    the table contains a string that is too long for excel to display. if you edit the long value some data might be lost Does anyone know what this is? I dont know what happened, I have been building a spreadsheet for a few weeks now and everything was running smooth. Randomly during this versions...
  17. H

    Pop up animation

    I would like to include a pop up comment type of box with either gif or swf animation playing in the pop up box. I know that you can add a comment to a cell and change it's format to show a picture as a pop us comment. But gif animations don't play when implemented that way. Hope you guys can...
  18. G

    Floating pop up shape across all worksheets to show cell value

    Hi, I prepared a tool to generate total solution pricing with multiple products. Tool has input sheet where user can make product selection and in same Input sheet, there is a "cell AB2" which shows Total Solution Price based on selected products. So, Total Solution Price (cell AB2 of Input...
  19. X

    Excel button to move between sheets and create a pop up error

    Hello everyone, My first time posting on this forum so please excuse any mistakes I make. I have created a macro button to move from one sheet to another in an excel document but I want also want the button to check to see if multiple ranges of cells have values, if they don't then pop up a...

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