Hi,
I have this problem, I use :
//someWord is a TextRange object from PPT TextBox
String address = someWord.ActionSettings[PpMouseActivation.ppMouseClick].Hyperlink.Address;
I'm sure that this is the way to read address to webpages in a link, I was using this in PPT 2003, and it works! BUT, now I'm trying to do the same in PPT 2007 and the .Hyperlink.Address is always equal to null.
Any suggestion? thank you!