There's something I'd like to do, and I think a named clipboard is the answer, but I'm struggling to implement it.
I manage a team of people. Most don't need daily monitoring, but some do. I have a system to monitor their stats, etc. What I'd like to do is...
-
Easily add names (first and last) to a named clipboard (I have one called "Daily Checkup") with a macro.
-
Easily edit that clipboard to remove names. I can just highlight and delete the name from the clipboard.
-
When prompted, go through each line (first and last name) on the clipboard as a variable that I can load into my stats program. I know how to load variables, I just don't know how to load one name at a time.
In the end, I'd like to my workflow to look like this:
When I need to monitor my list, I just run a macro that loads a name into my program, pauses, then loads the next name, pauses, etc, until every name on that list has been loaded.
What do you think?