Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help with the following:
I dowload data form a server and put this on the clipboard, the Macro1 paste this data then cleans it up and arrange it the macro works well, I need is to Pause the macro with a Question like "would you like to import US now? if yes let me get the data and put it in the clipboard and when this is done run the macro2 for the US download. Did I made mi self clear? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If MsgBox("Import Now?", vbYesNo) = vbYes Then
GetData PutInClipboard Macro2 End If "MESTRELLA29" wrote: I need help with the following: I dowload data form a server and put this on the clipboard, the Macro1 paste this data then cleans it up and arrange it the macro works well, I need is to Pause the macro with a Question like "would you like to import US now? if yes let me get the data and put it in the clipboard and when this is done run the macro2 for the US download. Did I made mi self clear? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pause a macro | Excel Discussion (Misc queries) | |||
pause macro | Excel Programming | |||
Pause Macro | Excel Programming | |||
Pause a Macro? | Excel Programming | |||
Pause during a Macro | Excel Programming |