Home |
Search |
Today's Posts |
#14
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
note that the Hyperlinks work only while a slide show presentation is running —
not while you're working on your presentation in normal view or slide sorter view isabelle Le 2014-08-27 22:13, isabelle a écrit : hi, Le 2014-08-27 13:38, Marty Girvan a écrit : I am already on it. :) We are close, but missing a open hyperlink function of some sort. Sub appPPT() Dim oPPT As PowerPoint.Application Dim oPres As PowerPoint.Presentation Dim oSlide As PowerPoint.Slide Dim oShape As PowerPoint.Shape Set oPPT = CreateObject("PowerPoint.Application") Set oPres = oPPT.Presentations.Add(msoTrue) Set oSlide = oPres.Slides.Add(1, ppLayoutBlank) Set oShape = oSlide.Shapes.AddTextbox(msoTextOrientationHorizon tal, 10, 10, 256, 28) With oShape.TextFrame.TextRange .Text = "http//www.google.com" .ActionSettings(ppMouseClick).Hyperlink.Address = "http://www.google.com/" End With oPPT.Visible = msoTrue End Sub isabelle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Powerpoint slides from Excel pages | Excel Discussion (Misc queries) | |||
where do u get slides for microsoft powerpoint 2003? | Excel Discussion (Misc queries) | |||
Powerpoint slides to be used in excel macros | Excel Discussion (Misc queries) | |||
Excel formulas on different Powerpoint Slides | Excel Worksheet Functions | |||
Generate powerpoint slides from excel automatically | Excel Programming |