Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Martin,
Many thanks for this advice. It worked! I had to be selective about which elements to include it with, some didn't accept it and I'll try and work out the reason why later, but after including it with the selected elements there were no error messages after the Submit button was clicked (programatically of course). Many thanks again, appreciate you taking the time to assist. Best regards, Chris Adams Martin Honnen wrote: wrote: With IeApp.Document.forms("form") ' Fill in names - these are the elements that need to be filled in to un-grey the others For i = 0 To 4 nm = "sources[" & i & "].name" .elements(nm).Value = "S" & i Try whether doing .elements(nm).onchange here helps. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automating from javascript - can't get Excel window to front | Excel Programming | |||
Excel/VBA/Internet Explorer | Excel Programming | |||
Excel Macro cannot Run at Internet Explorer 6 | Excel Programming | |||
Internet Explorer & Excel | Excel Programming | |||
Excel w/macros from Internet Explorer 6.0 | Excel Programming |