Get instant live expert help on I need help with vba create new workbook

“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

Create a new, blank workbook, and then save the workbook as Book List in the location specified by your instructor
Solved by D. Y. in 20 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
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
I need to create a workbook where I can enter a new name on one page and it will create a new sheet titled that name from a template.
Solved by V. U. in 26 mins
I need a vba code which can create a new folder, and rename it as new, but start it whith a space character. Not _ but space as char 32
Solved by O. L. in 28 mins