V
Victor and TJ Friedmann
My objective is this:
Click on an object that activates a macro to do the following:
Copies all text from the slide onto the clipboard, activates notepad, copies
clipboard contents into notepad and then activates calculator.
I can activate the notepad and calculator using Shell command but have been
unable to copy, let alone paste, the text onto the clipboard.
Any help is welcome.
Here is a sample of one effort to copy text:
Sub servings()
ActiveWindow.Selection.SlideRange.Shapes.TextFrame.TextRange
ActiveWindow.Selection.Copy
End Sub
Vic
Click on an object that activates a macro to do the following:
Copies all text from the slide onto the clipboard, activates notepad, copies
clipboard contents into notepad and then activates calculator.
I can activate the notepad and calculator using Shell command but have been
unable to copy, let alone paste, the text onto the clipboard.
Any help is welcome.
Here is a sample of one effort to copy text:
Sub servings()
ActiveWindow.Selection.SlideRange.Shapes.TextFrame.TextRange
ActiveWindow.Selection.Copy
End Sub
Vic