| "I've got a gut feeling, feeling" - Devo Your gut feeling is a good way to solve problems. I was writing code and it wasn't working. The strange thing is that the code worked in the VBA debugger but failed on my website in ASP. So I looked at what I did and asked myself "What's different?" I noticed that I was using 1 character commands and they worked but when I used a 5 character command it failed. So I converted the 5 character title command to a 1 character command and the problem was fixed. I still don't know why it works in VBA and not ASP. |