The 2nd of the two
following lines of code cause a compile error
which observes that
an object is apparently needed after the '=' sign.
It seems to me that
one should be able to instantiate some kind of
object in the code
and give it the value of the literal shown.......so that
the 'element', (a
listbox in this case) could be valued with the literal
value.
How to achieve that
in VBA ?
John
D.
Code
lines:
Pause
"<SELECT>[EMAIL PROTECTED]"
Set Web.Selected = "Humiston Sharon" <-----------compile error here ---<
Set Web.Selected = "Humiston Sharon" <-----------compile error here ---<
