Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do not really need a VBA UDF, this should work ona worksheet.
{=SUM(1/FACT(ROW(1:150)))} or in VBA if thats what you really need Function test(n As Integer) Dim s As String s = "=SUM(1/FACT(ROW(1:" + Trim(Str(n)) + ")))" test = Evaluate(s) End Function |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to put series name next to individual line in line grap | Charts and Charting in Excel | |||
color code series by an independent column of data | Charts and Charting in Excel | |||
Jon Peltier's code: can't delete initial series?? | Charts and Charting in Excel | |||
series graph -- one series being added to another series | Charts and Charting in Excel | |||
Series Code | Excel Programming |