View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] malicho1-1@yahoo.com is offline
external usenet poster
 
Posts: 1
Default unique filenames in macros

Hi, I'm trying to set up a macro that will record my screen everyday
at a specific time. I want the recorded file saved but I can't figure
out how to get a macro to give each file a unique filename. Is there a
way to make a macro save files with unique names (perhaps using some
wildcard in the filename that could specify date or something)?
Thanks.