Unable to Save Char - Run-time Error 13 - Type Mismatch
Yet another Pathfinder Character Generator
Brought to you by:
dalvincentury,
danielstitt
I've just checked on the version I'm about to upload and I'm can't reproduce this, so I'm hoping it was just something temporary from the changes that I've been doing.
If it keeps happening, can you tell me what excel you are running on. And if there's a debug button on the error menu, click that and see if it shows you where in the code it's failing.
Will do!
Okay - so I was able to load my base character sheet. I could then save it. However, when I cleared data and tried to load my saved copy (attached as demo) it gave me the run-time error '13'
It's failing when it tries to execute this line in CharacterSaveLoad
Where
I assume it's VerMin being a string and VB not wanting to shift from math to concat, but I'm not VB expert.
Thanks, that's the problem. I've put in a fix so this shouldn't happen again.