I can set up an appointment to do this I guess, but would there be any way to pop up some sort of window with a text box in it every day at 4:30pm, allowing me to enter some notes, click ok and it would be saved to my calendar?
|
feedback
|
|
If you are comfortable with a little bit of programming you can usethe included VBA to create a macro that can do this. | |||
|
feedback
|
|
There is no real way of doing this. The only way would be setting up an appointment to do with a reminder | |||
|
feedback
|
|
You could popup an outlook stickie using the outlook command line switches using a batch file and then get the tasksheduler to run the script at 4.30pm everyday e.g.
I have not tested the above but there is more info here: http://office.microsoft.com/en-us/outlook/hp012185891033.aspx You can attach stickies to calendar entries - so you might be able to automate this too. | |||
|
feedback
|