Hi I have a SQL query returning a status code to Excel that I need to convert to text i.e. 4 = sucess
There are 11 possibilities
Select Case Range("N6")
Case "1"
Range("G6").Value = "Running"
Case "2"
Range("G6").Value = "Starting"
--- etc
End...
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.