Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Select Case
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 10649520"] I would like to apply the "Select Case" to a whole column instead of a single cell. Could anyone please show me the way. For more information, I apply the function to a single cell by the followings:- Sub Test() Case Is > 80 Range("b1").Value = "Good" Case Is > 60 Range("b1").Value = "Fair" Case Else Range("b1") = "Unclassified" End Select End Sub Thank you [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Select Case
Top