Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default VBA, Webbrowser and Radio Buttons

Im stumped with the following issue

I created a VBA script to step through the process of sending user
information to create an account
Everything used to work until the site added the language option for
french / english.

When i look in the Locals window

english is located at
..document.all.item(201)

french is located at
..document.all.item(202)

the name of the radio is "lang"

When English is selected, the info in 201 shows stuff like
checked = true
status = true
and the info in 202 will be the opposite (obviously)

i initially tried to do .document.lang.checked = true
but "lang" referrs to both the french and english so the script fails.


what code can i use to select the language?

if you need more info, let me know

PS im trying to stay away from code such
as .document.item(202).checked = true because the data might not
always be item 202 in the future. id rather call it by name

thanks to all

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
Help - Radio Buttons evo182 Excel Worksheet Functions 1 January 22nd 06 03:24 PM
Help - Radio Buttons evo182 Excel Worksheet Functions 0 January 22nd 06 03:02 PM
Radio Buttons Bethie at CLG Excel Worksheet Functions 6 October 31st 05 09:08 PM
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True Mcasteel Excel Worksheet Functions 2 October 29th 04 07:06 PM


All times are GMT +1. The time now is 09:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"