I'm trying to replace a password in a text file that changes from time to time. I need to find the current password so I can use the replace function to change it. The text file looks something like this:
My experience with manipulating text files in vba is limited. I'd appreciate any help I can get.
Thanks,
Sup
Code:
$Site = 'https://mysite.com'
$User = 'someuser@mysite.com'
$Password = 'currentpassword1'
My experience with manipulating text files in vba is limited. I'd appreciate any help I can get.
Thanks,
Sup