Closed ghost closed 5 years ago
If you think they aren't good, you can just say so.
Don't worry, if I had something to complain, I would've told you 😄. Also, this is a webserver in VBA, there's not really a "right way", since this is so fundamentally strange. I was just sick since ~ christmas, thus I didn't find the time to look at the PRs.
You're right, that value
appears to be an error, good catch!
Hi! You haven't responded to my other Pull Requests yet. If you think they aren't good, you can just say so. I admit I don't know the "right way" to do things in VBA, but I want to help! This change is really simple! The variable
value
wasn't declared in that scope, so the TypeName always evaluated as "Empty". It was clear thatgetValue
was intended.