Search found 3 matches

by rknight10
Mon May 09, 2011 5:39 am
Forum: General Discussion
Topic: Zip Extract with password Variable?
Replies: 2
Views: 13433

Zip Extract with password Variable?

Just bumping this as I could still use help on it.
Anyone trying to unzip files with a password that changes? Maybe there is a better way to accomplish this?
Thanks.
by rknight10
Fri Mar 25, 2011 4:40 am
Forum: General Discussion
Topic: last day(#) of month
Replies: 2
Views: 11197

last day(#) of month

That works great!
I needed the month code to always be 2 chars long. (Leading zero if needed) So I added:
Right("0" & cstr(month(Date)-1),2)
I share this in case it helps someone.
Thanks,
Rob
by rknight10
Tue Mar 22, 2011 1:16 pm
Forum: General Discussion
Topic: Zip Extract with password Variable?
Replies: 2
Views: 13433

Zip Extract with password Variable?

I have a zip file with a password. I can add the Zip Extract step with the password entered and it will extract the files correctly. If I use a variable populated from an input dialog to populate the password field it does not work. Can anyone confirm that using a variable for a Zip password works? ...