I found another way to solve this one to avoid password of VBA Project,with out loosing excel password.
use Hex-editor XVI32 for the process
if the file type is XLSM files:
- Open the XLSM file with 7-Zip (right click -> 7-Zip -> Open archive).
- Copy the xl/vbaProject.bin file out of the file (you can drag and drop from 7-Zip), don't close 7-Zip
- Open the vbaProject.bin file with HexEdit
- Search for "DPB=" and replace it with "DPx="
- Save the file
- Copy this file back into 7-Zip (again, drag and drop works)
- Open the XLSX file in Excel, if prompted to "Continue Loading Project", click Yes. If prompted with errors, click OK.
- Press Alt+ F11 to open the VBA editor.
- While press it will show error “Unexpected error (40230)”, just click OK (6 or 7 times) until it goes away.
- Then it will open Automatically