displayalerts

  1. C

    Saving problem

    I have an excel application that runs 24/24. During the day, there is a cycle that is run every 10 minutes. After that cycle, it is saved with the save command. For several weeks now, when saving, we have been getting a message on the screen every now and then saying that the file does not exist...
  2. B

    VBA code to remain in the same page while running the macro

    I have a VBA code with multiple subs and it has multiple worksheets which will be hided and only macro worksheet will be visible. when someone runs the macro it will unhide the other worksheets and exports the output then at the end it hides the worksheets. problem is at times towards the end...
  3. B

    DisplayAlerts and CutCopyMode

    Hey All, Happy Friday- After a bit of googling I haven't found a way to force DisplayAlerts to stay False. According to the quote below, Excel's behavior automatically resets it to true whenever code stops executing. "If you set this property to False, Excel sets this property to True when the...
  4. L

    application.alertdisplay - does not work without application.

    Hi I removed application from the second line like this DisplayAlerts = False but that did not work, excel gave me the warning. Why I need to add Application. in this case? because with workbooks, I do not need to add Application. So I can say workbooks.add instead of...
  5. A

    Autoanswer on popups. Excel VBA

    Hi I hope you can help me out with this problem: I'm running af script with the purpose of creating a Histogram. I'm using this code that (actually!) works: Application.Run "ATPVBAEN.XLAM!Histogram", ActiveSheet.Range("$A$2:$A$5000") _ , ActiveSheet.Range("$E$1:$F$12")...
  6. P

    DisplayAlerts

    Hello and thank you for taking my inquiry. I am learning about VBA code and am wondering why when stepping through these lines of code I am not presented with a warning prompt. It executes successfully but no warning. The sheet is deleted. Sub DeleteSpecificSheets()...
  7. B

    Intercepting Specific Alerts

    Hi All. I have a workbook that extensively uses [worksheet scoped] named ranges (hundreds). When users copy data from one worksheet to another, Excel prompts the user to use existing instances of the range name or define new ones. While DisplayAlerts = False would suppress these messages, I...
  8. A

    Display Alerts Not Working

    Hi everyone, I searched the forum and internet but couldn't find the exact solution for this. I am running a macro which checks a value (the values I am checking have sheets named after them) If the sumif of the value is zero I am deleting the sheet. Anyways I used...
  9. R

    Not able to avoid warning message

    Hi I'm running a macro that gets a file from the internet. My code is like this: (i got it recording the macro) With ActiveSheet.QueryTables.Add(Connection:= _ "TEXT;https:// here my url..." _ , Destination:=Sheets("mysheet").Range("$A$1")) .Name = "the name here"...

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