Share error and tips

1,remember to check for null for radio button, latter on code radio button again, this time, fogotton.
2,forget to put end if
3,forget to get rid of debug-use msgbox for release version.
4,2 or more similar sub of function code at different place.
Tips,if you think the code at chrome is from previous version, at code window;press f5 several times it will run several instance of your app in chrome.

5,forget to set variable to “” for string, 0 for integer after global dim

An easier way to get a fresh copy of your files in Chrome, whether PWA or not, Start in Desktop Browser or not, etc., is to be in inspector and right click the refresh button. Select Empty Cache and Hard Reload option.

6,if,else if, put =;instead of ==