I’m trying to write a macro in powerpt to find and replace a sequential code in a text box and replace it with a cell from excel. I can’t find the vba code to do a find/replace in ppt.
dim i as integer
dim findthis as string
for i = 1 to 10
findthis = “<>”
next i
Can someone tell me the code for find and replacing in ppt? thank you