I'm sure this is a simple macro but I'm a virgin to
VB macros.
I have a sheet with names and numbers that change daily. For example, one day, 10 of my staff work. The next day, only 5 of them work and another 5 work. So the names change daily.
I tried to record a macro that searches for a name, copies the number, switches to another workbook, pastes the number, switches back to the original and does another search for a new name.
This works great if all the names were there each day. But when a person doesn't work, the macro chokes because it can't find the name I recorded.
I need a macro that pauses for me to enter the name to search for. Then I can type in the correct info and be on my way.