-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.
here’s part of my code
Dim Report As Variant
Report = Application.Getsaveasfilename("C:[path]. [format]", "Excel Files (*. [format]), *.[format]")