Results 1 to 16 of 16

Thread: [resolved] macro actionsettings powerpoint 2007

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2009
    Posts
    25

    Lightbulb [resolved] macro actionsettings powerpoint 2007

    What i'm trying to do:

    I create a new index document, search a folder for files, add those files to my index and link them back to their respective paths (to open the files)

    This worked fine in 2003, however with 2007 it stops somewhere in the code (as shown below)

    Code:
    With objShapes(objShapes.Count).TextFrame.WordWrap = msoFalse
    
    .Tags.Add "Path", list(1, i)
    
    With .ActionSettings.Item(ppMouseClick)  <-- stops here!
    .Action = ppActionRunMacro
    .Run = "OpenDocument"
    .AnimateAction = True
    End With
    
    End With
    Any suggestions?
    Last edited by Dragolin; Nov 24th, 2009 at 07:25 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width