Excel VBA to login in through a Excel-add-in using username and password -


i have add-in installed within excel. everytime open excel such login pop window , ask user name , password in order use add in function. know excel vba login in gmail given username , password. wondering if excel vba capable of logingging such add in automatically without myself typing in users , password every single time.

thanks in advance. hints appreciated! need automatically open spreadsheet , login addin in order update in background.

instead of hacky way, try legitimate auto-type tools if helps: http://help.agilebits.com/1password_windows/auto-type.html http://keepass.info/help/base/autotype.html


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -