Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 3 Sep 2007 05:08:01 -0700, Creating Functions in Excel <Creating
Functions in wrote: I am missing something fundamental in creating functions in Excel. Does somebody have step by step, comprehensive instructions? At this point, I somehow have a simple function that is recognized and returns a 0 value, but does not appear in the VB Editor or in the list of functions. Two other simple functions - same as the first with slightly different names - appear in the list of functions and in the VB Editor, but are not recognized when I insert the names into the corresponding spread sheet. Help would be appreciated, Jim Make sure your functions have unique names. (You can also use fully-qualified names, but this is a PITA). Make sure they are in a regular module, and not a workbook or worksheet module. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating VBA Functions When Creating Spreadsheet Via VBA? | Excel Programming | |||
Creating functions | Excel Programming | |||
Creating Functions | Excel Programming | |||
creating new functions | Excel Worksheet Functions | |||
Creating Help within functions | Excel Programming |