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

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   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default How can I creat

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use excel to creat an oncall schedule andy New Users to Excel 1 April 8th 06 11:43 AM
how to use excel to creat an oncall schedule andy New Users to Excel 0 April 8th 06 09:11 AM
Creat a formula for multiplying a formula Kylie Rose Excel Discussion (Misc queries) 2 January 19th 06 05:22 PM
Creat a new worksheet lashio Excel Discussion (Misc queries) 4 April 25th 05 03:40 AM
creat a macro to look for a file Kelly****** Excel Discussion (Misc queries) 1 January 2nd 05 09:24 AM


All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"