Prompt for File and Read File to Named Clipboard

How do I connect Prompt for File to Read File to Named Clipboard?

Prompt for File sets a variable with the full path name. Read File to Named Clipboard takes a hardcoded file that I set by pressing the purple folder icon.

How do I tell Read File to Named Clipboard to use the variable from Prompt for File?

But it's just a text field, which means it will hold a variable, too:

%Variable%local_MySavedPath%

That will insert the path into the field when the macro runs. Any time you see a text field (denoted by the small "T" at the right edge), you can insert a variable instead of text.

-rob.

2 Likes

Aha! Thank you!

1 Like