Are you working for SEO or ADSENSE?
If so Dont do this...
Google will bann
Since Excel Macro will open the links within Seconds...
Sanjoy
On Thu, Feb 4, 2010 at 10:59 AM, sreejith k.s wrote:
> Hi sandeep,
>
> i think it is very useful one but unfortunately its not working for me,
>
> can you plea
Hi sandeep,
i think it is very useful one but unfortunately its not working for me,
can you please help me out.
thanks in advance
On Wed, Jan 20, 2010 at 5:42 PM, Anil wrote:
> Hi Sandeep,
>
> Enter all the URLs in a column and then use the below code to open all
> the Web Pages,
>
> go to vb
Now i want to open same webpage 10 times in 10 different tab in IE 7.
How do i do that.
Thanks,
Sandeep
On Wed, Jan 20, 2010 at 5:43 PM, Anil wrote:
> do not forget to add this line at the starting
>
> Dim oBrowser As New SHDocVw.InternetExplorer
>
> On Jan 18, 11:08 pm, Sandeep Kadam wrote:
do not forget to add this line at the starting
Dim oBrowser As New SHDocVw.InternetExplorer
On Jan 18, 11:08 pm, Sandeep Kadam wrote:
> Hi,
>
> I want open multiple web pages in IE 7 using excel macros.
>
> Can i use Arrays to store weblinks & for loop to move the loop to the next
> link.
>
>
Hi Sandeep,
Enter all the URLs in a column and then use the below code to open all
the Web Pages,
go to vba editor and go to tools->references-> check "Microsoft
Internet Controls"
Dim sURL As String
i = 1 'starting cell where URL is Entered in Column D
do while range("D"&i).value <>