Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Davids
 
Posts: n/a
Default Parameter description

Hi all!

I work with Excel functions and I want write descpription for the function
and for its parameter (like the Excel's Sum() function).
For the function I use:

public function myFunct(p1 as string) as string
Attribute myFunct.vb_Description="Description of myFunct"
' ...

myFunct = "Hello!"
end function

How it's possible to write the description for p1?

Thanx in advance!

Davids


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

see response in .programming

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Davids" wrote in message
...
Hi all!

I work with Excel functions and I want write descpription for the function
and for its parameter (like the Excel's Sum() function).
For the function I use:

public function myFunct(p1 as string) as string
Attribute myFunct.vb_Description="Description of myFunct"
' ...

myFunct = "Hello!"
end function

How it's possible to write the description for p1?

Thanx in advance!

Davids




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
The description of the ATAN2 function in Microsoft Excel is not 1. Celeste Excel Worksheet Functions 2 February 18th 05 03:00 PM
Wildcard parameter in excel BJC Excel Discussion (Misc queries) 1 December 24th 04 12:16 PM
when mouse passes over button, no description is given Bill Tasker Excel Discussion (Misc queries) 1 December 12th 04 05:59 PM
Changing a Parameter Of A Formula Sunnous Excel Worksheet Functions 2 October 28th 04 08:33 PM
Changing a Parameter Of A Formula Sunnous Excel Worksheet Functions 1 October 28th 04 03:29 PM


All times are GMT +1. The time now is 09:44 AM.

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"