Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MS Excel 2002 SP2
I've written a function in VBA, and I can't seem to access it from worksheets as I would with a traditional excel function, eg =sum(...) Any suggestions what I am doing wrong? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. Select the Past Function toolbar button.
2. Select User Defined category. 3. Find your function on the right. 4. Fill in the arguments HTH Paul -------------------------------------------------------------------------------------------------------------- Be advised to back up your WorkBook before attempting to make changes. -------------------------------------------------------------------------------------------------------------- MS Excel 2002 SP2 I've written a function in VBA, and I can't seem to access it from worksheets as I would with a traditional excel function, eg =sum(...) Any suggestions what I am doing wrong? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Zoot,
Is your code in a normal code module? -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "ZootRot" wrote in message ... MS Excel 2002 SP2 I've written a function in VBA, and I can't seem to access it from worksheets as I would with a traditional excel function, eg =sum(...) Any suggestions what I am doing wrong? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Public Function MyFunction()
'.... End function Regards BrianB =============================== "ZootRot" wrote in message ... MS Excel 2002 SP2 I've written a function in VBA, and I can't seem to access it from worksheets as I would with a traditional excel function, eg =sum(...) Any suggestions what I am doing wrong? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Functions | Excel Worksheet Functions | |||
worksheet functions | Excel Worksheet Functions | |||
Worksheet Functions | New Users to Excel | |||
Worksheet functions | New Users to Excel | |||
worksheet functions | Excel Discussion (Misc queries) |