Jump to content
Macro Express Forums

I need help creating a variable


Recommended Posts

I'm just getting back to using ME Pro after 2.5 years of not using it; I am trying to create a macro that will automatically email a file when same is placed in a certain folder. Specifically, when a document called 99999ID.pdf (the 9's representing variable numbers, the ID.pdf being fixed) is placed in the folder, I want the macro to email the file, then move it.

 

If I understand the process correctly, the macro must be set up to call a variable to get the file - since it won't always have the same name. However, I don't understand how to create that variable. I assume calling any file with ID.pdf would be fine, but as I don't know how to code that, I'm lost.

 

I appreciate any help you pro's can give me.

 

Bob

Link to comment
Share on other sites

First I would use the activation that monitors a folder for changes. You didn't mention activation but I thought I would toss it out there.

 

Once activated I would Repeat With Folder. You will define your variable here, EG %DropFile%. For each file that matches your criteria, email then move. I recommend you add a condition like If Contains "ID.PDF" unless your are 100% certain there will be no more files. . Otherwise it might try to email you the hidden thumbs.db file.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...