i trying write macro log website keep getting stopped security alert pop requires me click ok continue. idea lines put in make click on ok button can proceed site?
if want stick vba, few options come mind. quick , dirty approach use sendkeys, , send enter. it's super unreliable though, may work in specific case.
another option using windows apis send/post relevant message window. see here
the final option i'll offer considering authotkey language stand-in. makes type of interaction easy. has com support, can still use excel, vba.
Comments
Post a Comment