This is not really a question for this group - you would probably have
more luck with a Ruby group.
I haven't checked in detail, but you might have some luck with the
Ruby on Windows blog:
http://rubyonwindows.blogspot.com/search/label/powerpoint
Hope this helps!
-Tiffany
--
You received this message because you are subscribed to the Google Groups "Watir General" group.
To post to this group, send email to watir-...@googlegroups.com
Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to watir-genera...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/watir-general
ppMouseClick = 1
ppActionHyperlink = 7
slide1 = doc.slides(1)
textbox = slide1.shapes(3)
link = textbox.ActionSettings(ppMouseClick)
link.Action = ppActionHyperlink
link.Hyperlink.Address = "http://www.microsoft.com"
I hope that helps. I'm short on time at this moment, but let me know
if you have further questions.
David
http://rubyonwindows.blogspot.com/
http://rubyonwindows.blogspot.com/search/label/powerpoint
On Feb 2, 6:46 am, arihan sinha <arihan.si...@googlemail.com> wrote:
> Thanks Tiffany.
>
> Actually the extent I've done by only refering to the url you ve mentioned.
> Also with some of my knowledge on QTP+VB script. where in QTP I've done this
> thing already.
>
> now as the url you ve mentioned, the links part is not covered . so stuck..
> Any way Thanks. will try my luck :)
>
> Thanks
>
> Arihan
>