How can I increase the width of the "code" column?
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Look for the following line (appx 331):
" <input type=""text"" size=""4"" maxlength=""10"" name=""code" & rowcounter & """ value=""" & SmileCode & """>" &_
To increase the width, change the size=""4"" to something like size=""10"".
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley