Get instant live expert help on I need help with vba excel case

“My Excelchat expert helped me in less than 20 minutes, saving me what would have been 5 hours of work!”

Post your problem and you’ll get expert help in seconds.

Our professional experts are available now. Your privacy is guaranteed.

Here are some problems that our users have asked and received explanations on

How can I fold text from upper case to Title Case in an EXCEL cell/workbook?
Solved by T. J. in 17 mins
I'm trying to work in VBA to pull data and run a calculation based on a selection. I'm using getbeta to retrieve the calculation based on the selection and a function to run the calculation. This is what I've written that gives me a null value: Function GetBeta(FA As Double, SoilType As String) As Double 'Calculate the Beta Coefficient based on Friction Angle and Soil Type Select Case SoilType Case SoilType Is "Clay" Select Case FA 'Use Clay Curve Case Is < 25: GetBeta = 0.23 Case 25 To 34: GetBeta = GetBeta = 0.0147 * Exp(0.1101 * FA) Case Is > 34: GetBeta = 0.5 End Select End Function
Solved by Z. L. in 22 mins
Is it possible for excel to lower case or upper case the words on a cell and if it is a name only the first character is uppercase and the rest is lower case?
Solved by O. D. in 13 mins
How do I change case from upper case to initial capital letters and secondly from lower case to uppper case
Solved by G. U. in 28 mins
hi i am looking for vba expert . i need to modify an vba excel file.
Solved by X. E. in 21 mins