Excel 's nacht programma laten uitvoeren

Status
Niet open voor verdere reacties.

J. H. Annard

Nieuwe gebruiker
Lid geworden
6 mei 2005
Berichten
4
Ik wil graag dat excel 2003 's nachts programma's uitvoert en print zodat ik 's morgens de gegevens uitgeprint klaar heb.
Voor de programma's zelf heb ik macro's geschreven alleen krijg ik het niet voor elkaar om ze op een bepaalde tijd te laten uitvoeren.
Wie kan mij op weg helpen?
 
Met windows kan je via geplande taken op bepaalde tijdstippen programma's/taken uitvoeren.

Dat lijkt me wel een mooie oplossing om dan gewoon 's nachts een bestand te laten openen/opstarten.
Kan je vinden onder configuratiescherm. Of hij staat al in de systray.
 
Dit had ik al geprobeerd maar krijg dat niet voor elkaar en van collega's krijg ik te horen dat je alleen zaken kan laten uitvoeren die in dat lijstje staan.
Dus graag een andere oplossing
 
c:\windows\system32\at.exe

?Heb je at.exe al geprobeerd.

C:\WINDOWS\system32>at /?
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.

AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
[ /EVERY:date[,...] | /NEXT:date[,...]] "command"

\\computername Specifies a remote computer. Commands are scheduled on the
local computer if this parameter is omitted.
id Is an identification number assigned to a scheduled
command.
/delete Cancels a scheduled command. If id is omitted, all the
scheduled commands on the computer are canceled.
/yes Used with cancel all jobs command when no further
confirmation is desired.
time Specifies the time when command is to run.
/interactive Allows the job to interact with the desktop of the user
who is logged on at the time the job runs.
/every:date[,...] Runs the command on each specified day(s) of the week or
month. If date is omitted, the current day of the month
is assumed.
/next:date[,...] Runs the specified command on the next occurrence of the
day (for example, next Thursday). If date is omitted, the
current day of the month is assumed.
"command" Is the Windows NT command, or batch program to be run.

Hiermee run je ieder willekeurig programma.
Zorg dat je in excel de startup macro dusdanig programmeerd zodat alle acties achtereenvolgens uitgevoerd worden.

Success verzekerd, lukt altijd

Weest gegroet,
Guus
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan