Hi,
I have the following lines within a module to create a record on a website i use.
i have a problem whereby the powers that be change the "selectedindex" location, i was wondering if i could find the exact item location by name(this never changes) instead of index and then get the system to accept the name.
any thoughts ideas
Hope this is of use, Rob.
I have the following lines within a module to create a record on a website i use.
Code:
Application.Wait Now() + TimeValue("00:00:01")
.Document.forms("savereq").elements("df_49").selectedindex = 26 ' account code
i have a problem whereby the powers that be change the "selectedindex" location, i was wondering if i could find the exact item location by name(this never changes) instead of index and then get the system to accept the name.
any thoughts ideas
Hope this is of use, Rob.