Also, don't confuse the .Text property for the Text format. If you have a cell formatted as Text, that is different than saying Range("A1").Text. In the code scenario, the .Text property will return literally what is displayed in the cell, as opposed to it's actual value. Try it with either a custom format, or dates, etc.
Thanks for humoring. I was testing a function outside of its normal environment and had a typo on my variable name. Was in a hurry and forgot 'option explicit' in my test code.
@ firefytr
Thanks for offering up the tip. I did have the cell formatted as text and was using .Text so I couldn't for the life of me figure out why I wasn't getting the Text value of the Cell, but rather kept getting "", see above for explanation.
I'm trying to get more familiar with all the cool stuff you can actually do with the cells. I have a tendancy to look at everything from a code point of view, but your posts constantly remind me to look from all directions. Thanks for your help.
Wow, I'm having amnesia and deja vu at the same time.
I think I've forgotten this before.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.