Forum home » Delegate support and help forum » Microsoft Excel Training and help » excel 2003 training course - VB
excel 2003 training course - VB
Resolved · Low Priority · Version Standard
Anna has attended:
Excel Intermediate course
Excel Advanced course
VB
How do i make a fuction created in VB available to other sheets.
For upcoming training course dates see: Pricing & availability
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
|
