So stepping through as I'd like doesn't seem possible because it keeps giving me a message "Can't enter break mode at this time." I put a stop at the end if right before I construct the web browser but as soon as I step through to the following lines it forces me to run it all in one clean swoop.

Running the code however now produces a slightly different problem with the following: "Object doesn't support this property or method." Not sure why this is or what it means really. Confused because when I had the web browser prebuilt on a sheet it didn't complain at all. I looked into the name that the created macro created WebBrowser takes on and its still "WebBrowser1," so it can't be a naming issue or at least I don't think. Thanks in advance for any help / advice!

On a lesser not is there a way to get the first subroutine to run off of whatever range is highlighted rather than having to respond to the application input box? (priority is first figuring out the object doesn't support this property or method issue)