stackexchange Posted July 9, 2014 Report Share Posted July 9, 2014 hi, i want to make password manager and was wondering if macros can store dynamic data. say edit a textbox and then store that in a variable and then recall it back a couple of days later with the same edited information? if not what other solutions are there? currently i have to edit the macro itself in order to change the data. thanks Quote Link to comment Share on other sites More sharing options...
joe Posted July 9, 2014 Report Share Posted July 9, 2014 Not understanding what you mean. This situation seems not to be dynamic. Why not set a string variable in the macro to the password you require and have it Text Type that into whatever field is asking for it? Quote Link to comment Share on other sites More sharing options...
rberq Posted July 9, 2014 Report Share Posted July 9, 2014 Look at the Help screens for Environment Variables -- you can create variables with whatever name you like and store string data in them, then retrieve it later. But I don't remember whether the environment variable survives a reboot of Windows; I don't think so. Also look into Create Registry Entry, and write-to/read-from the variable. Again, I don't know whether the created entry survives a reboot, but it seems that it should -- what's a registry for, after all? Quote Link to comment Share on other sites More sharing options...
terrypin Posted July 14, 2014 Report Share Posted July 14, 2014 I don't know whether the created entry survives a reboot, but it seems that it should -- what's a registry for, after all? Bob: Yes, it does. -- Terry, East Grinstead, UK Quote Link to comment Share on other sites More sharing options...
Cory Posted July 15, 2014 Report Share Posted July 15, 2014 I use the registry in most cases. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.