Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are very welcome
-- Gary''s Student - gsnu200715 "St@cy" wrote: Thanks! That did it. ...so simiple "Gary''s Student" wrote: Function TabeGECol(Level, Form) As Integer Dim ColNum As Integer ColNum = 1 Select Case Level Case "L" ColNum = 2 Case "E" ColNum = 10 Case "M" ColNum = 18 Case "D" ColNum = 26 Case "A" ColNum = 34 End Select Select Case Form Case 7 ColNum = ColNum + 0 Case 8 ColNum = ColNum + 2 Case 9 ColNum = ColNum + 4 Case 10 ColNum = ColNum + 6 End Select TabeGECol = ColNum End Function -- Gary''s Student - gsnu200715 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change data of entire column from small case to upper case | Excel Worksheet Functions | |||
Changing multiple cell text from lower case to upper case | Excel Discussion (Misc queries) | |||
How to change mixed case to upper case in Excel for all cells | Excel Discussion (Misc queries) | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
How do I change existing text from lower case to upper case | Excel Discussion (Misc queries) |