Anna has attended:
Excel Intermediate course
Excel Advanced course
VB
How do i make a fuction created in VB available to other sheets.
RE: VB
Anna
To make a function available to other workbooks you need to create the Function in the Personal Macro workbook as its always open in the Background.
You should also declare the Function as follows:
Public Function FunctionName (variables)
Carlos