Re: $$Excel-Macros$$ How to paste a range of cells from excel to text field of a web page

2013-09-21 Thread Menaka Balakrishnamoorthy
*From: * Menaka Balakrishnamoorthy > > *Sender: * excel-...@googlegroups.com > *Date: *Sat, 21 Sep 2013 08:12:52 -0700 (PDT) > *To: *> > *ReplyTo: * excel-...@googlegroups.com > *Subject: *Re: $$Excel-Macros$$ How to paste a range of cells from excel > to text field of a we

Re: $$Excel-Macros$$ How to paste a range of cells from excel to text field of a web page

2013-09-21 Thread koul . ashish
to paste a range of cells from excel to text field of a web page Please don't rely on the web address,it on my VM.please provide me the solution On Saturday, September 21, 2013 8:21:06 PM UTC+5:30, ashish wrote: > > can't access the web adress > > > On Sat, Sep 21

Re: $$Excel-Macros$$ How to paste a range of cells from excel to text field of a web page

2013-09-21 Thread Menaka Balakrishnamoorthy
Please don't rely on the web address,it on my VM.please provide me the solution On Saturday, September 21, 2013 8:21:06 PM UTC+5:30, ashish wrote: > > can't access the web adress > > > On Sat, Sep 21, 2013 at 8:04 PM, Menaka Balakrishnamoorthy < > menaka.ba...@gmail.com > wrote: > >> Hi, >> >> I

Re: $$Excel-Macros$$ How to paste a range of cells from excel to text field of a web page

2013-09-21 Thread ashish koul
can't access the web adress On Sat, Sep 21, 2013 at 8:04 PM, Menaka Balakrishnamoorthy < menaka.balakris...@gmail.com> wrote: > Hi, > > I want to copy a range of cells from excel sheet to a text field of a web > page. Below is my macro, while executing it 'm getting run time error 70. > Please h

$$Excel-Macros$$ How to paste a range of cells from excel to text field of a web page

2013-09-21 Thread Menaka Balakrishnamoorthy
Hi, I want to copy a range of cells from excel sheet to a text field of a web page. Below is my macro, while executing it 'm getting run time error 70. Please help me in resolving it asap Sub GetTable() Dim ieApp As InternetExplorer Dim ieDoc As Object Dim ieTable As Object