Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Function code


Hi Guys

Is there a way I can use the FInv worksheet function in the vb scrip
editor?

Cheers
Ji

--
Jimbo
-----------------------------------------------------------------------
Jimbo1's Profile: http://www.excelforum.com/member.php...fo&userid=3063
View this thread: http://www.excelforum.com/showthread.php?threadid=56141

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default Function code

Hello,

Use
r = application.worksheetfunction.finv(...)

HTH,
Bernd

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Function code

Jim,

like this using the example in help

application.FINV(range("A2"),range("A3"),Range("A4 "))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Jimbo1" wrote in
message ...

Hi Guys

Is there a way I can use the FInv worksheet function in the vb script
editor?

Cheers
Jim


--
Jimbo1
------------------------------------------------------------------------
Jimbo1's Profile:

http://www.excelforum.com/member.php...o&userid=30637
View this thread: http://www.excelforum.com/showthread...hreadid=561415



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default Function code

Jimbo,

use the syntax:

Application.WorksheetFunction.FInv

press open bracket at the end

Application.WorksheetFunction.FInv(

and then it should pop up and guide you through it, I dont know what
this function does so cannot help any further than that, but it asks
for argument 1, argument2, and so on. You must surely know what that
means as its a function you use but I dont.

If you post back and explain further how you want to manipulate the
return from this function then we can help further and put it in the
right context (maybe its RETURNVALUE = application.blah.etc all depends
on how you want to use this function and what for)

HTH

Duncan




Jimbo1 wrote:

Hi Guys

Is there a way I can use the FInv worksheet function in the vb script
editor?

Cheers
Jim


--
Jimbo1
------------------------------------------------------------------------
Jimbo1's Profile: http://www.excelforum.com/member.php...o&userid=30637
View this thread: http://www.excelforum.com/showthread...hreadid=561415


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
function or code? hal Excel Worksheet Functions 3 September 25th 08 08:14 PM
FUNCTION OR CODE ? tomjoe Excel Worksheet Functions 5 February 18th 08 05:39 PM
How Do I Use an XLL Add-In Function from Code? TC[_9_] Excel Programming 1 June 23rd 06 12:37 AM
Function or Code Allan Excel Worksheet Functions 2 March 16th 05 06:55 PM
Sum Code/Function No Name Excel Programming 0 May 10th 04 09:37 PM


All times are GMT +1. The time now is 01:21 AM.

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

About Us

"It's about Microsoft Excel"