Posts by Rodolfo Rocha Dos Santos • 31 points
3 posts
-
0
votes1
answer102
viewsQ: Check WORD style in DOCX via Python
I am trying to verify a document (.DOCX) And pick up the text that is with a certain style. Turns out the code I came up with in my attempts can only get the whole paragraph. I’d like to take part…
-
0
votes2
answers2117
viewsQ: How do I change Image via VBA
Hello I would like to change an image in Power Point, I I don’t want to delete and insert another, but do what the command indicated in the image does. Would anyone know what to call this method???…
-
2
votes1
answer2766
viewsQ: How to make a Dowload in IE via VBA?
Hello I am using the following code to start a dowload in Intenet Explorer. Public Sub Dashboard() Dim Navegador As InternetExplorer Dim objShellWindows As New SHDocVw.ShellWindows Dim currentWindow…