Tutorial

Remove Excel Password

Menghapus Password VBA Project pada Excel

Jalankan Code dibawah ini untuk menghapus password VBA Project pada Excel Private Const PAGE_EXECUTE_READWRITE = &H40 Private Declare PtrSafe Sub MoveMemory Lib “kernel32” Alias “RtlMoveMemory” _ (Destination As LongPtr, Source As LongPtr, ByVal Length As…

Read More