Tuesday, 7 November 2017

I need to open a password protected VBA project in an Excel file

I have an excel file with a VBA Project which is password
protected. How can I unlock the file? The person who created this is no longer working
and I have to unlock this file to make work
easier.



Thanks in
advance
Syed

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...