I'm not your best source for VBscript but in this case I think I know the answer. Your VBEval line should read: VBEval>MyLower( "%text%" ),text1 Vbscript wants quotes around text and Macro Scheduler wants percents around the variable for proper evaluation. I would also like to point out that MAcro ...
Hi All, This is my first day using Macro Scheduler, read the tutorials and have been using it for a few hours. I want to write a macro to copy some text from the screen, manipulate it in some way (like uppercasing some words, formating others) and then replacing the selected text with the new format...