Start a Macro when a file exists

  • Thread starter Thread starter Jason Zischke
  • Start date Start date
J

Jason Zischke

Hi All

I was wondering if this is possible if you could have a file sitting doing
nothing but when a file is added to a certain folder to startup a macro?

Jason
 
Hi JLGWhiz

Thanks for your responce, however I'm still a bit of a novice when it comes
to class modules. Any help would greatly be appreciated.

Jason
 
Look at

Application.onTime to schedule a repeating macro
Dir() to check the contents of a folder

Tim.
 
Hi Tim

Thanks for your responce, however that won't work to well for me, because
the files that go to that folder can be irregular which means you may have to
wait a bit more for some and not others.

Jason
 
Hi Tim

Thanks for your responce, I got the watch on a folder ot work for me and it
seems to be doing well, Thanks

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top