Search found 10 matches
- Tue Apr 15, 2008 1:23 pm
- Forum: Technical / Scripting
- Topic: need script to compact outlook folders and close outlook
- Replies: 1
- Views: 3469
need script to compact outlook folders and close outlook
I haven't used Macroscheduler for a few years. I need a script to compact outlook folders and close outlook.... Thanks! That will give me a starting point...
- Wed Sep 06, 2006 8:17 pm
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
- Wed Sep 06, 2006 1:59 pm
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
- Wed Sep 06, 2006 9:33 am
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
- Wed Sep 06, 2006 3:20 am
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
- Wed Sep 06, 2006 3:19 am
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
- Tue Sep 05, 2006 11:38 pm
- Forum: Technical / Scripting
- Topic: can the macro command execute an encrypted macro?
- Replies: 10
- Views: 14180
can the macro command execute an encrypted macro?
I have tried to use the macro command within an encrypted macro to execute a macro that is also encrypted. It didn't work...
Is this not possible or am I doing something wrong???
thanks!
Is this not possible or am I doing something wrong???
thanks!
- Tue Sep 05, 2006 11:06 pm
- Forum: Technical / Scripting
- Topic: I need help with waitwindowopen
- Replies: 5
- Views: 10237
Dick, looks like that is the answer. BUT - How do I set Wait to 1??? I tried: let>wait=1 Sub OpenPage(URL,Wait) Dim IE Set IE = CreateObject("InternetExplorer.Application") IE.visible = 1 IE.navigate URL do while IE.Busy and Wait loop End Sub I get an error on execution invalid numeric expression in...
- Tue Sep 05, 2006 10:43 pm
- Forum: General Discussion
- Topic: Tell us how Macro Scheduler helps you, what you use it for.
- Replies: 48
- Views: 367410
macro scheduler uses
Here are a dozen uses I created..... GREAT PRODUCT!!! THANKS! Jim 1. automate signing in the stock streamer at my online broker - it resizes windows etc. 2. automate signing in to 2 additional accounts when required 3. cleanup my system - 1st closes all apps except Outlook - then does the compacting...
- Tue Sep 05, 2006 10:09 pm
- Forum: Technical / Scripting
- Topic: I need help with waitwindowopen
- Replies: 5
- Views: 10237
I need help with waitwindowopen
I have a few scripts that do a "run program" to open a web page. These web pages then require a user name and password entry. I know how to automate the send of the user name and password, but I have problems with the timing. Frequently the user name is not entered into the user name box, but is sen...