Any Excel Experts in here?
NWCCTV
Posts: 3,629
I need a bit of help with a medication spreadsheet I need to work up for my brother. Is there anyone that knows about the =NOW() feature in Excel? I need to know how to make it update the time on it's own with no user input. I found a couple things on Google but I am confused as to how to accomplish it in Excel 2010.
Better yet, does anyone know of a free medication tracking program? That would save me a ton of time.
Better yet, does anyone know of a free medication tracking program? That would save me a ton of time.
Comments
Or is the worksheet open continually? If so, while Excel does support VBA timer events and a few other things that could make this work, given what appears to be a critical health-related application. I would strongly suggest writing a little VB or C# app that will provide the necessary reminders and tracking. Such a program would give you a lot more control, and it could run continually on the desktop.
I don't know what's available, but CodeProject and the other open source code repositories are full of this stuff. Personally, I wouldn't run a compiled EXE I found from a random Web source. I'd want to review it and compile it myself.
Seriously, this needs some explaining.
Take a look at the scheduler and see if it sparks any ideas. Task Scheduler can be found in control panel -> administrative tools. On XP it's in the start menu -> Accessories -> System tools or Administrator tools.
There is also a command line program to handle scheduling tasks - "schtasks.exe"
This would allow you to set up tasks programmatically using a script or other program language.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/schtasks.mspx?mfr=true