I'm trying to hide the actual code in P-Code, and show a fake VBA code in the Editor, on Excel 365.
For some reason, this byte
is 0xB5, not 0xB2, on my copy.
- using 0xB2 in my target environment crashes Excel with VBA errors
- using 0xB5 shows the actual code in the Editor
Wondering if anyone has come across such a situation before?