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)
Any suggestions?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![]()




Reply With Quote