prompt

  1. H

    Excel suddenly began saving files on close without prompts

    This is a new behavior I can't explain. I have no macros (that I am aware of), no add-ons, and am using workbooks that I've had for months. I often test changes to data or formulas to see what might happen then close the file without saving so no permanent changes are made. Now, when I...
  2. J

    Vba to save certain rows to a txt file?

    Hi, Im wanting to save values from: range B2:E20 With a space between each column value anf saved as txt (overwriting existing txt file without prompt) I think i need to use "saveasCopy" but not sure how to save just the range and to a specific location Any help appreciated
  3. Roderick_E

    Saving over the present Add-in

    I have an add-in I created but I want the user to periodically update it by simply saving over it. The problem is, it appear Excel can't be open to save over the add-in (it will prompt for a different name). Any ideas how to accomplish? Thanks
  4. C

    prompt help message prompt where user can input e-mail text

    Hi, I have a document that several users are going to use. I have a sheet called "Information" that I uses as a form of homepage. I have a commandbutton called "Help" in this sheet. Is it possible to prompt a message box that functions as seen on some homepages where the user is asked to...
  5. R

    prompt user to input # sheets to distribute data from main sheet and distribute data

    Good morning. I need some help. I have to get some data parsed from a single excel sheet to many sheets, in the same workbook. This new number of sheets is dependent upon how many users are input from a prompt. The outcome would move data from the main sheet to n number of sheets based on...
  6. S

    Command Button to prompt after opening workbook

    Hi, The following code is run upon opening the workbook. is it possible to Prompt command button rather than running macro automatically. I tried my best. but could not success. command button should prompt to run macro. Sub Auto_open() MsgBox "Please select Source File" NewFN =...
  7. A

    VBA - Modify existing code that exports range to file, to prompt for location to save file

    Hi everyone, I have some VBA code that is used to export a specific cell range to a .PS1 file, which basically makes a PowerShell output file that I can run to do some scripts. I have the below VBA that designates the filename and the file location, but I would like to alter the script to prompt...
  8. F

    Prompt for Folder Select when Merging Multiple Workbooks

    Hello, Would someone be able to let me know how I can edit this code to change the MyPath = "C:" to a prompt for folder location instead? Thanks FHPM1 Sub MergeAllWorkbooks() Dim MyPath As String, FilesInPath As String Dim MyFiles() As String Dim SourceRcount As Long, FNum As...
  9. B

    Closing Workbook when Userform closes

    Greetings everyone, I'm currently trying to get my excel application to close whenever I close any userform using the red X in the right hand corner. Besides, I'd like the form to throw a prompt asking whether I want to save it or not. How do I get this done without having to code it into every...
  10. S

    Save to Excel instead of PDF? (with Save As prompt)

    When the code below is executed it prompts the user to choose the location they want to save on their computer (also inputs a default filename from values in the sheet) and prints the range to PDF. Worksheets("Sheet1").Activate filename =...
  11. G

    VBA To Select Yes on Prompt Box

    Hi Everyone, I'm writing some code to open files in a loop, run a macro and select "Yes" on the prompt box that opens iimmediately after the macro is ran. I'm having trouble automatically selecting yes to continue running the macro. Any ideas? Thanks All, Matt
  12. T

    Auto get files from url with no prompt

    Afternoon All The following code below fetches serveral files i link to, the only problem is that upon getting each file I get a prompt asking if i'm sure I want to open the file, is there a method of having the code to auto click ok and continue with all the files automatically, i did try...
  13. S

    Change macro from acting on specific txt file to prompting for txt file

    Hi, I have recorded a macro to import a .txt file with a specific path, 'Macintosh HD:Users:Stephen.....' which contains some scientific information, and to format the text to only keep the data I want, and then to save it as a .xls spreadsheet. I want the macro to prompt me for a .txt file...
  14. R

    Adding a prompt to an existing Macro

    Hello - I currently have a macro set up that takes one very large Excel with about 200 tabs and separates it into multiple Excel's and saves them all out to a folder. I will be running this Macro each month and would like it to change the name of the document to include the month that it is...
  15. C

    Automatic excel prompt to insert file name of picture when cell is clicked.

    First time poster. I have an excel sheet with a bunch of drop down menus. It is designed so that when you select a choice in box 2A it narrows your choices in box 2B, which narrows your choice in box 2C. That is however not important. I have designed this for use on a tablet in the field. For...
  16. M

    Update Values Prompt

    I attempted to copy the cells (which had formulas) from one workbook worksheet into another workbook worksheet. It didn't paste properly, so I deleted it and resolved to enter the formulas I needed manually one by one. The formulas reference values in other worksheets within the same workbook...
  17. S

    Open an external file from excel and store the file path in a cell

    This may sound odd, but I was looking for ways to create a macro that would open a a dialog box that would prompt the user for a file that would then store that filepath to a cell, allowing the user to click on the cell to open it again. The excell sheet would serve as a checklist for many...
  18. stefankemp

    Suppressing prompt to save workbook AFTER runtime

    Hi, in my VBA code I save a workbook but leave it open. Once the code has completed and I then manually close the workbook, it asks me if I want to save the workbook, even though that is the last thing I did in my code. Any suggestions of how to avoid this?
  19. J

    Looking for a Macro expert

    Any one here know anything about macros in excel? Would really appreciate a heads up.
  20. 03856me

    Prompt Specific Row to Delete

    Is it possible to prompt the user for a specific row number to delete in a vba textbox? If yes, then the code would fire using a button. I have the worksheet protected and only want to unprotect through code to delete a specific row number, then protect it again.

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