Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I setup an function which I can view and use when I click insert
function or as a system? e.g. Public Function NewNumber(IDRange As Range) NewNumber = IDRange.Cells(1, 1).Value + 1 End Function I want the function NewNumber can be as part the list functions when click insert function (fx) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Place function in ageneral module and it will appear in the "User Defined"
category in the "Insert Function" dialog. "NYExcel" wrote: How can I setup an function which I can view and use when I click insert function or as a system? e.g. Public Function NewNumber(IDRange As Range) NewNumber = IDRange.Cells(1, 1).Value + 1 End Function I want the function NewNumber can be as part the list functions when click insert function (fx) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. But I want it as add in then I can use the function all the time with
attaching the code to all the workbook "Toppers" wrote: Place function in ageneral module and it will appear in the "User Defined" category in the "Insert Function" dialog. "NYExcel" wrote: How can I setup an function which I can view and use when I click insert function or as a system? e.g. Public Function NewNumber(IDRange As Range) NewNumber = IDRange.Cells(1, 1).Value + 1 End Function I want the function NewNumber can be as part the list functions when click insert function (fx) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to use excel to creat an oncall schedule | New Users to Excel | |||
how to use excel to creat an oncall schedule | New Users to Excel | |||
Creat a formula for multiplying a formula | Excel Discussion (Misc queries) | |||
Creat a new worksheet | Excel Discussion (Misc queries) | |||
creat a macro to look for a file | Excel Discussion (Misc queries) |