Find & Replace text/values in the specified slides/shapes.
#Include <PowerPoint.au3>
_PPT_SlideFindReplace($oPresentation, $vSlide, $vShape, $sFindText, $sReplaceWith[, $bMatchCase = Default[, $bMatchWholeWord = Default]])
Parameters
$oPresentation | Presentation object. |
$vSlide | xx |
$vShape | xx |
$sFindText | xx |
$sReplaceWith | xx |
$bMatchCase | [optional] xx |
$bMatchWholeWord | [optional] xx |
Return Value
Success: 1.
Remarks
None.
Related
See Also
https://www.thespreadsheetguru.com/the-code-vault/find-and-replace-all-powerpoint-vba-macro