View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default can i create a reminder to pop up in excel?

Or use Outlook Caledar, which provides that type of facility by simply
making a caledar entry. The only prerequisite is that you must have Outlook
open when the time rolls around.


"Jef Gorbach" wrote in message
...
"But this pop up has to show in desktop without opening excel "
This requirement complicates matters slightly bc you'll need to run
the excel vba code inside a true scripting language like vbs/
powershell to access excel in the background so it doesnt actually
appear to be opening.