![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Location: Norway
Posts: 41
|
Here is my problem
![]() When I run a macro that update files from the internet, the macro stops if one of the files are missing. I would rather have it to give me a message saying "The file something.txt is not updated yet". I would also like to make a choice when this message appear. Something like "Continue" and "Stop" Can anybody help me with this one?? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
Is the macro programmed to stop ? is it using Error handling ?
For the second question... if you NEED those two words you would have to create a Userform... I would suggest instead using a MessageBox (With answers vbYesNo) asking the user if he wants to continue. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|