Pretty simple question but got me stumped. Using Firefox to generate a password (⇧+⌘+Keypad 9) and assigning generated password to a variable. Then later need to input variable value by typing.
Using lockmeout.online - Unlock Your Productivity - very nifty site for "time outs".
Thanks
Michael
You just need to reference the variable:
Replace myVariableName
with the name of your variable. Note, too, that you may want to limit the scope of the variable to local or instance, as opposed to global—unless you need its value to persist when the macro isn't running.
-rob.
1 Like
Brill - just saved me hours of faffing around.
Thank you
1 Like