Alright, I have a slight problem.

Well actually it's more of a massive problem.

You see, I have code which fails on 'some' computers, but not 'other' computers. It also seems that it can go from not working to working, and vice versa. It seems that when a certain form is run (sometimes) excel crashes (no error message, just dies)

In any case, I went to where it wasn't working, and tried to narrow down where the problem was. I found out the problem is on this line:

if checkboxname.value = true then

Ignoring the fact that " = true" shouldn't be there, and that the checkbox obviously doesn't have that name, WHAT IS GOING ON?! I comment out the line and Excel goes down on a different line (I didn't spend the time to comment them all out)

I've run into this kind of thing before. Usually, exporting/importing the form or cutting/pasting the controls or even commenting/uncomment the code will make it 'go away'... but I can't seem to fix this one!

This software is going to Ontario within the week, and I want to have a patch ready to fix this problem (we've already released in Atlantic Canada)