View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Detecting Applications Run using Excel

Hi
don't do this in Excel/VBA :-)
Excel has to run all time (and macros have to be enabled) to log these
events. There're several freeware/shareware programs available who will
just do this (try searching Google or a shareware download site)

--
Regards
Frank Kabel
Frankfurt, Germany


gr8guy wrote:
Hi,

Is there a way to detect thru' VBA code which applications were run
(started) on the computer along with the date & time logged in & what
time these applications were closed.

If the applications are downloaded from a server, thru' a server
connectivity page, is it possible to detect these applications Start
& Termination times.

Rgds,

Eijaz