Keeping spellnumber,splitme & sumbold in a one sheet

vishwajeet_chakravorty

Board Regular
Joined
Mar 8, 2010
Messages
120
Sir,
I want to keep spellnumber, splitme and sumbold funtions in one sheets. How can I make it possible to use these funtions in a sheet at a time.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Welcome to MrExcel!
I presume that these are User Defined Functions.
What is it that you want?
Do you want these functions to be available to all the sheets/workbooks?
Or sheets in one particular workbook?
Elaborate please.
 
Upvote 0
Thanks for the reply my dear friend. All these functions are user defined funtions. I want all these three funtion, splellnumber, splitme & sumbold should be available in all the worksheets of a perticular workbook.
 
Last edited:
Upvote 0
Excel 2003:
Open the workbook.
Right click on any sheet tab and click "View Code"
On the Visual Basic window which appears, on the left pane look for "VBA Project (yourworkbook.xls)".
Right click on it and then click Insert --> Module
Double click on the now appeared Folder "Module 1"
Now in the right blank pane, paste all the UDFs.
Go back to workbook and save.
Now these functions can be accessed from any of the sheets in yourworkbook.xls.

If you want to make these UDFs available to any open workbook, carry out the above procedure and paste the UDF code into a module in "VBAProject (PERSONAL.xls)"
 
Upvote 0

Forum statistics

Threads
1,224,218
Messages
6,177,198
Members
452,764
Latest member
Mark1963

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top