I am trying to write into vb code the following command but am unable to figure out how to phrase it in code:
"Is in Column C"
This will be inputted into an "If - Then" statement. Any suggestions will help. Thanks.
What sort of columns are you talking about?
Check faq222-2244 as I don't understand your requirements at present
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
Show us the code you've got, and show us what you want out of it.
To select a whole column in VBA(Excel) use:
Columns("F:F".Select
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
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.