This issue does not seem to affect everyone, not sure why it affects some, but not others. changing the following seems to fix the problem for those who are having a problem:
on line #1506
change this:
if strArray <> "" and strArray <> 0 then
to this:
if strArray <> "" and strArray <> "0" then