05-13-2008, 10:00 PM
Hello Sridhar,
thank you very much for the response.
i tried the option of systemutil.Run inputbox("")
it worked out for me...
but as you said it will not be used in realtime...
and also you have suggested to use the below one...
i have question on the above statement...
if i have 3 sets of urls like www.google.com or www.yahoo.com or www.monster.com...
and every time i ran the script i may be using any one among the 3 above urls then in that case is there any way to read the url and pass that url into a variable and then pass this variable as a parameter to the systemutil.run statement ???
like i followed the below steps...
i am getting Run Error saying : "invalid procedure call or argument"
i might be doing wrong.... please correct me...
Thanks
Navya
thank you very much for the response.
i tried the option of systemutil.Run inputbox("")
it worked out for me...
but as you said it will not be used in realtime...
and also you have suggested to use the below one...
Code:
systemutil.Run "www.mail.yahoo.com","","",3
i have question on the above statement...
if i have 3 sets of urls like www.google.com or www.yahoo.com or www.monster.com...
and every time i ran the script i may be using any one among the 3 above urls then in that case is there any way to read the url and pass that url into a variable and then pass this variable as a parameter to the systemutil.run statement ???
like i followed the below steps...
Code:
sName = InputBox("Enter Url")
systemutil.Run " &sName "","","",3
i am getting Run Error saying : "invalid procedure call or argument"
i might be doing wrong.... please correct me...
Thanks
Navya