Hi, i was looking around for a solution to a simplification i am trying to implement.
I am sure the obvious is just escaping me.
Given the
is it possible to concatenate
"start of url" strVar "end of url"
Just picked up vba a few days ago. Sorry if this is a redundant question.
Thanks in advance.
I am sure the obvious is just escaping me.
Given the
Code:
Set ie = CreateObject("internetexplorer.application")
With ie
.Navigate
"start of url" strVar "end of url"
Just picked up vba a few days ago. Sorry if this is a redundant question.
Thanks in advance.