SCurve function in Excel

M

mpadiyil

What is SCurve function in Excel? What is it syntax? what purposed it is used
for?
 
M

Mangesh Yadav

I have never come across this function, and I doubt it exists in excel,
unless someone has added a UDF called SCurve.

Mangesh
 
M

Mangesh Yadav

Do the following. Open the excel file which holds this formula. Go to Tools
Macro > Visual Basic Editor. When the VBE is opened, go to View > Project
Explorer. Here you should find a Modules folder, and within that a single or
more modules. Double click and check on each of them whether they hold some
code as follows:

Function SCurve()
' .. lots of code here
End Function

Post this code


Mangesh
 
C

Chip Pearson

There is no such function built in to Excel. It is probably a
function in the workbook's VBA modules or in an add-in.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top