Posts by Erisvaldo F. Silva A. R. • 3 points
2 posts
-
0
votes2
answers684
viewsA: Save Path Name and Worksheet Name to a Cell
Add after the line Planilha2.Range("B2") = AbrirArquivo the following lines in your code: NomeArquivo = Mid(AbrirArquivo, InStrRev(AbrirArquivo, "\") + 1) NomeArquivo = Mid(NomeArquivo, 1,…
-
0
votes2
answers24244
viewsA: Handle Google Chrome with VBA
I know this Post is old, but there is a logic error in it. The GC object refers only to the Internet Explorer object created by the Create command. Navigatoraddress and Weburl refer to Google…