Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Re: How to automate the following tasks?

Reply
Thread Tools Display Modes

Re: How to automate the following tasks?

 
 
Matija Kapraljevic [Revenger]
Guest
Posts: n/a

 
      05-04-2010
On Fri, 30 Apr 2010 11:15:23 -0700 (PDT), LunaMoon wrote:

> 1. Open up an Excel 2003 worksheet A;
> 2. Click a button in A, wait for a while, and save it;
> 3. Open up another Excel 2003 worksheet B; must be opened in the same
> process.
> 4. Press F9 to recalculate/refresh this sheet B.
> 5. Save the file B.


Beside other suggestions, you could write the whole thing in Excel VBA and
place the code into Workbook_Open() event handler so it would execute every
time this workbook is opened.

> I need to run this whole procedure every morning at 3am...


Then you would only need to setup a batch file or a VBScript file to open
(execute) that workbook and schedule it through Scheduled tasks to run
every day at 3 am.

--
Pozdrav
===========
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: How to automate the following tasks? urkec Scripting 0 05-01-2010 10:14 AM
Re: How to automate the following tasks? Pegasus [MVP] Scripting 0 04-30-2010 08:40 PM
Re: That's MAGIC! Age- old tasks appear on the PDA Paul G. Tobey [eMVP] ActiveSync 2 06-20-2008 06:23 PM
Re: view by category on ipaq missing tasks after sync Raj Pillai ActiveSync 0 06-15-2006 12:34 PM
RE: Wm5 Outlook tasks Rich ActiveSync 0 05-07-2006 07:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59