VBA/VB.Net/VB6–Click Open/Save/Cancel Button on IE Download window – PART II
In the below code, I have used lot’s of Message Boxes and Wait, so that you can actually step through the code or see how the code executes. Paste this in a Module Option Explicit Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" _ (ByV...