popup

  1. B

    Popup reminder if data is missing in table

    Hey I have a excelsheet that several ppl use. In it i have built a userform that ppl use to input data, read and edit data. One action the users do is to mark data s "completed". In my table the row gets an TEXT in one column, stating that that row is "done". I would like to build some kind...
  2. S

    Creating an Excel popup

    I am looking to have a popup display a value in a specified cell. Thanks in advance!
  3. M

    VBA Popup based on cell value

    I am trying to get a msgbox to popup based on a value in the spreadsheet. I am currently using the below but whenever I open up a second workbook, im getting a Microsoft Visual Basic Run-time error '9': Subscript out of range Private Sub Worksheet_Calculate() If Sheets("Fx").Range("F1").Value...
  4. S

    Pop-up with supplemental info using VBA

    Hi all, Thanks in advance for any help that you can provide. I haven't used VBA in years, but I'd like to get back into it and I'm having some trouble. Here is the scenerio: I have a product description and a range of values as percentage in cells H12:K12. I need to have a pop-up message with...
  5. K

    Show all 0 value cells in a MsgBox

    Hi! I would like to write a macro that shows all cells address (or row) which value is 0 in column 10. So far i only could manage this: Sub check() Dim LastRow As Long LastRow = Cells(Rows.Count, 1).End(xlUp).Row For i = 2 To LastRow If Cells(i, 10).Value = 0 Then MsgBox ("0...
  6. T

    How to make my VBA command run on several worksheets

    Hi, I have one workbook with several worksheets, however when i run it, it only run on one worksheet. Can anyone help me to make this code also run for other worksheets in the same workbook? Here is the code: Private Sub Workbook_Open() Dim LRow As Long Dim LName As String Dim...
  7. Devin

    Shortcut Key Launch Short-circuits Macro

    I have a bit of code that will work when launching via the ribbon (or from VB), but not will not work when launched via a shortcut key. The activate tab box will pop up when launched via the shortcut key, but it won't go to the tab selected. This is for the box that pops up when there are more...
  8. O

    How do I clear or remove a JAVASCRIPT Alert message box in the InternetExplorer.Application Object?

    Hi I am relatively new to using the VB language and I’ve run into a slight hurdle. I’ve searched this site and others for a solution but I can’t find an answer that works. I am using VBA to login to a private (work) intranet page and then process data within the page. I can’t edit the page...
  9. F

    pop up box with conditions based on cell value. is that possible?

    Hello again, I seem to be hitting another wall in my excel project. I have a box I have created in Excel 2013 when I click on the command button to input information on a specific sheet. The code reads as follows: First code is for the OK button. Second code is for the input boxes to go to the...
  10. D

    Monthview show/hide

    Hi all, Had a search for this but couldn't find anything.... hopefully someone can help! Basically I'm designing a user form and want the date picker to 'pop up' / appear when the user clicks in the text box and disappear when they click out of it. The input to the calendar currently populates...
  11. B

    Excel for inventory management

    Hello all, I am new to the world of Excel possibilities. I have a situation. I need to create an excel with about 100 columns, and 2 /3 rows. Column names are "Product Name", "Total Stock", and "Safety Stock". The inventory manager updates the excel each time a product goes out of the...
  12. N

    Macro or VBA code

    I am in need of a macro or VBA code that when ran will pop up a box and allow the user of the sheet to enter a name for example and the macro would search for the name entered and when it finds that name it will copy the entire row and paste it to a specific sheet. However I don't know if its...
  13. B

    Excel pop up message

    Hi all, I need to create a pop up message for a whole column/ or A1 : A 60. if the value in B1 is greater than or equal to 100 I am new to VBA in excel
  14. T

    Getting information from a radio button form

    I have a script. One of the lines of the script current reads InsertLogo "c:\poet\ebp.jpg" This passes the name of a graphic to a sub that inserts that graphic into a spreadsheet. What I want to do is popup a form with two radioboxes. The selection of the radioboxes controls which graphic...
  15. E

    Pop up macro calendar on cell change

    Hello everyone. I'll start with the credits; there's a really useful calendar code here: VBA Express : Excel - Userform Calendar Control Everything works fine, this part right here triggers it whenever I touch a cell with that format: Private Sub Worksheet_SelectionChange(ByVal Target As...
  16. D

    Live Auto-Clock and Popup Messages

    Good Morning, I would appreciate help with the following as I've been stuck on it for days and can't seem to work it out. Google hasn't helped much either! I've managed to set up a live auto-clock which displays live time as per my system time, to the second, using the following code in Sheet1...
  17. V

    Text transfer from worksheet to worksheet into a comment box?

    Hi, I was interested in creating a spreadsheet that would drastically save my time. Essentially this is what I have: I have a table in one of the tabs called Time. The other tab is called Output. Basically, I have track my every day time in the table from the time tab and in every row I...
  18. C

    VBA syntax to make a selection in a popup window when closing a file...

    I've recorded a small macro that opens a text file, copies a specified range of values, closes the file, and finally pastes the values in my excel spread sheet... problem I'm running into is when the macro goes to close the file, a pop up window comes up that asks if I want to keep all of the...
  19. S

    Popup message

    Hi guys, I'm making a plan which includes some dates First row: Last date of inspection ( manual editing ) Second row: Next date of inspection ( adds 28 days to the first row ) Third row: days until next inspection ( second row min the date of today ) I want excel to give a popup message when...
  20. R

    Automated Export to Excel from Web via VBA

    Goal: I want to use Excel to automate the export of data from our SharePoint site back into Excel. I'm unable to create a workflow to push this from SharePoint, so I want to pull it from Excel. Where I'm stuck: When the export begins, a pop-up comes up asking "Open", "Save", or "Cancel". After...

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