Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have table in web page with check box for each row. And there is one option called "view", it is been disabled. When i manually click the check boxes "view" button enables but when i do it on Excel Vba its not enabled. check box code .. For Each itm In ie.Document.getElementsByName("html_ckb_list") itm.Checked = True Next itm How Can i enable "view" button ? And also i need to copy the table to excel sheet ? How can i achieve this. I need to login web page and need to go for some other tabs to grab this info. So, I didn't mentioned the web address. I know without web address it is difficult but any small clues will help me more. i will try for the rest, just give me hints to enable button and copy table contents. Thanks in advance. |