This may have been answered, but I was unable to find the answer, so apologies if it is a repeat.
I am trying to create a activex textbox on a sheet. When I do so, the control gets created and if I do a debug.print, it shows that even after the creation of the control my global variables are still in scope and have the valid values stored. But when the code stops execution, I find that my global variables are no longer have any values as if they were never held any value. So what I am missing. I tried to do that via VBA and I found that I do not have any values in my variables and I tried to do so manually to and ended up with same result. I am using XP and office 2003 and office 2007 and both gives me same behaviour. So what i am missing
Thanks
I am trying to create a activex textbox on a sheet. When I do so, the control gets created and if I do a debug.print, it shows that even after the creation of the control my global variables are still in scope and have the valid values stored. But when the code stops execution, I find that my global variables are no longer have any values as if they were never held any value. So what I am missing. I tried to do that via VBA and I found that I do not have any values in my variables and I tried to do so manually to and ended up with same result. I am using XP and office 2003 and office 2007 and both gives me same behaviour. So what i am missing
Thanks