Created a function, for the personal.xlsb file

hitbid

Board Regular
Joined
Jan 21, 2016
Messages
114
I just started creating some functions, not sure why I ignored this functionality but they are really handy.

I had a very simple one I figured I would just port over to the personal workbook and be able to use, but it seems functions are not as functional as macros, in that I can't access the function outside of the workbook it is located in.

Is there a way around this? How do you access a function in your personal workbook?
 

Excel 2010
ABC
2105.005.00
3
4My fileT10_1807a1b
5
1b
Cell Formulas
RangeFormula
C2=Personal.xlsb!Gste(B2)


With the UDF stored in Personal.xlsb
In order to use the function you have to precede the function name with PERSONAL.XLSB!
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Excel 2010
ABC
2105.005.00
3
4My fileT10_1807a1b
5

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
1b

Worksheet Formulas
CellFormula
C2=Personal.xlsb!Gste(B2)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



With the UDF stored in Personal.xlsb
In order to use the function you have to precede the function name with PERSONAL.XLSB!

I never have to do it that way. I just enter =something() And yes the function is in my Personal Workbook only
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,575
Members
449,089
Latest member
Motoracer88

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