I just learned a valuable lesson and am marking this post as solved. If you look at the colour of "WebViewABRICC" from the screen shot, it's black. When I displayed the Intellisence pop-up, the width and height properties were not showing up. From my blunder I discovered that every bit of code needs to be in Sub / End Sub. I added a sub procedure and put the same line that was giving me the issue into the sub procedure and the colour of "WebViewABRICC" turned purple! When I typed the full stop to display the Intellisense pop-up, it was different and even allowed me to access the width and height properties. When I ran the app, the web page loaded right up.
Well, at least it's forcing me to make sure all my coding is modular. Silly me. ?