Get instant live expert help on text function in excel vba

“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

I need to Write a VBA function that includes a loop that prints "Hello Coalition" 50 times in excel
Solved by Z. L. in 28 mins
I've written a (VBA) function in excel. It compiles error free. But when I try to call it I get error #NAME - like it can't find it?
Solved by O. H. in 13 mins
Use the VBA Editor to create a new module. Type the following VBA code to create a custom depreciation function (be sure to include the blank lines after the first line and before the last line). Save and exit the VBA Editor. Function Depreciation (Value, Rate) Depreciation = Value * Rate End Function
Solved by I. A. in 12 mins
Hi i am trying to create function in VBA but its Showing erroe , like #REF i have uploaded a sample function with executive result
Solved by B. L. in 23 mins
I am using the text to columns function to separate text from one column . Part of the text in that column is a phone number Unfortunately excel then removes the zero from each of the phone numbers . How do I resolve this ?
Solved by X. S. in 13 mins