Perfect. But....
I have a few different subroutines that grab input and have different prompts, Now how to handle those in the InputDialog event? It seems there's only 1 event, so need some kind of sender or primary key to let the event know "which" subroutine I am dealing with.
I guess i could have multiple Voids, one for each subroutine.