Thanks everyone for the help!
Mutt,
I kept getting the following error with your approachs:
"Object variable or With block variable not set"
ab123456,
You nailed it on the head, I had tried something similar but did not have the syntax correct! Still learning this VBA notation
Thanks again
joerd,
Interestingly enough you approach worked using ActiveWindow instead of ActiveCell as I had it (saw the selected range in the debuger window), however, it did not seem to actually assign the range address to myRange. The reason I say that is that the code following this statement in my Macro using the range did not work with this approach but did with ab123456's.
Thanks again for all the help