Thread: How can I creat
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
NYExcel
 
Posts: n/a
Default How can I creat

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€ť)