chetanmehra1989
Board Regular
- Joined
- Jul 13, 2012
- Messages
- 121
Hello everyone ,
i need yourhelp for this one , i know all are expert in this one but i need to get this one with urgent basis what i need ...
i have some code whcih is in HTML and i need to get in by vba code i am little bit confuse for HTML frameset and the code which i given below
<HTML>
<FRAMESET COLS="20%,*">
<FRAME SRC="leftindex.html" NAME="Left frame" >
<FRAME SRC="rightindex.html" NAME="Right frame">
</FRAMESET>
</HTML>
i need to get the data by table there are lot of table under frame so how can i do it
can any body help for this one
thanks in advance....
i need yourhelp for this one , i know all are expert in this one but i need to get this one with urgent basis what i need ...
i have some code whcih is in HTML and i need to get in by vba code i am little bit confuse for HTML frameset and the code which i given below
<HTML>
<FRAMESET COLS="20%,*">
<FRAME SRC="leftindex.html" NAME="Left frame" >
<FRAME SRC="rightindex.html" NAME="Right frame">
</FRAMESET>
</HTML>
i need to get the data by table there are lot of table under frame so how can i do it
can any body help for this one
thanks in advance....