I'm trying to write a macro to reformat a bunch of selected text. It requires that I run an external program (to filter out html markup, actually) so I'm trying to save the selected text to a file then run it through the external processor and replace the selected text with the program's output. I'm getting close but I can't see how to reliably save the text to an external file in a place where I can find it. Is there a way to save a file in a known place? Am I going about this all wrong?
Signed,
Getting a little frustrated.
Signed,
Getting a little frustrated.