Control IE popup from excel VBA instantiation

J

jonathan

Hi all,

I have an excel VBA sub that intantiates an internet explorer object.
I use the object to go through a bunch of transaction pages and
ultimately cause a bank transfer. When the transfer is effected, IE
creates a popup browser window with a receipt in it. I'm trying to
print this receipt and save it as a text file. The popup, though, is
a different object than the IE instance that I created and I can't
control it from my VBA sub.

I've read some posts that talk about using the windows api by
declaring relevant functions, but none of them seem to work for me. I
think this might be beause I use VBA rather than full VB (is this
possible?). Whatever the case, does anyone know how to help me
identify and control this new IE object?

thx

J
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top