Problem with IE interaction in Vba, I can’t save

Asked

Viewed 22 times

-3

I’m new around here!

  • I’m having a difficulty with save button, on windows screen, I’m doing an IE interaction in vba, enter a particular site, I dowload the file, I click save as, it goes to the path I determined, but when it arrives on the screen below, I am unable to click the save button. inserir a descrição da imagem aqui

here’s part of my code

Dim Report As Variant

Report = Application.Getsaveasfilename("C:[path]. [format]", "Excel Files (*. [format]), *.[format]")

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.