- Local time
- Today, 18:25
- Joined
- Feb 19, 2002
- Messages
- 45,438
Your original error was caused because you defined an object using one name and referenced it with another. That would have shown up as an error if you bothered to define Option Explicit and compile your code before running it which is the best practice I was trying to encourage you to switch to but that seems to have gone totally over your head.
So, your original error just magically fixed itself? It is more likely that arne rather than using his words to explain your problem so you learn something from the effort we all put into trying to help you, just went ahead and fixed your compile errors for you so you never were aware of what caused the base problem.
I don't get paid to do this so I am not inclined to just fix your problems, especially when they are trivial (and common) as this mistake is. You need to understand what caused the problem or you will continue to make it over and over again. As far as I'm concerned, you learned nothing from this thread.
So, your original error just magically fixed itself? It is more likely that arne rather than using his words to explain your problem so you learn something from the effort we all put into trying to help you, just went ahead and fixed your compile errors for you so you never were aware of what caused the base problem.
I don't get paid to do this so I am not inclined to just fix your problems, especially when they are trivial (and common) as this mistake is. You need to understand what caused the problem or you will continue to make it over and over again. As far as I'm concerned, you learned nothing from this thread.
Last edited: