Get instant live expert help on I need help with vba sort function

“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 do you use the sort function to sort by certain conditions
Solved by D. H. in 21 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 F. C. in 11 mins
sort function is not working in the workbook
Solved by F. H. in 19 mins
Use the VBA Editor to create a new module. Function Depreciation (Value, Rate) Depreciation = Value * Rate End Function
Solved by G. S. in 30 mins
Write a VBA function that includes a loop that prints "Hello Coalition" 50 times. Create a button on tab 4 that triggers this function
Solved by I. C. in 19 mins