It's
interesting (and probably understandable) that using
"Let
Web.Selected.innerHTML = "Humiston Sharon"
cause
no compile or run-time error.....it just hasn't
populated the listbox window wuth anything either.
-----Original Message-----
From: Dutcher, John
Sent: Monday, November 08, 2004 6:12 PM
To: '[EMAIL PROTECTED]'
Subject: [Talk] 'setting' the value of the current element.The 2nd of the two following lines of code cause a compile errorwhich observes that an object is apparently needed after the '=' sign.It seems to me that one should be able to instantiate some kind ofobject in the code and give it the value of the literal shown.......so thatthe 'element', (a listbox in this case) could be valued with the literalvalue.How to achieve that in VBA ?John D.Code lines:Pause "<SELECT>[EMAIL PROTECTED]"
Set Web.Selected = "Humiston Sharon" <-----------compile error here ---<
