LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Custom functions excel 2003

I have made a few custom functions with VBA on a file I saved as an Add-in
with xla extension to make them available anywhere.

For example I included a simple function like:

Function MARGINE(Prezzo, Costo)
MARGINE = (Prezzo - Costo) / Prezzo
End Function

All functions work perfectly, but I would like to include the automatic tip
you have when you use standard built in functions.

To better explain, when you type =LEN( you see on top LEN(text) appearing.
Well, I would like the same to happen with my custom functions, I'd like the
suggestion to appear on the text bar on top: in this example I would like the
tip MARGINE(Prezzo,Costo) to appear on top.
How can I do this?
Nicola
 
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 many functions in Excel 2003 Prov31 Excel Worksheet Functions 3 February 26th 07 12:42 AM
Excel 2003 Functions Carl Fenty Excel Worksheet Functions 3 November 2nd 06 05:43 PM
Excel 2003: Custom Views oceanmist Excel Discussion (Misc queries) 2 October 23rd 06 08:13 PM
Using custom functions within custom validation Neil Excel Discussion (Misc queries) 4 December 14th 05 10:40 PM
Not all Functions Available in Excel 2003 Brent - Tokyo Setting up and Configuration of Excel 1 September 14th 05 02:43 PM


All times are GMT +1. The time now is 04:39 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"