Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or make personal.xls an addin.
-- Regards, Tom Ogilvy "Jim May" wrote in message news:9dt0f.95$jw6.93@lakeread02... Thanks Myrna, I was thinking that I'd seen or done this without the preface "=personal.xls". Jim "Myrna Larson" wrote in message ... No, it's not always the rule. If you go to the VB Editor, select your workbook, then go to Tools/References and put a check mark in front of Personal.xls, then you don't have to precede the function name with personal.xls! On Mon, 3 Oct 2005 22:19:35 -0400, "Jim May" wrote: HooRay!!! Is this always the rule (prefacing with =personal.xls!)? Tks Dave, Jim "Dave Peterson" wrote in message ... =personal.xls!isformula(a4) Jim May wrote: OK, everything before now was based on my having the Isformula() in my Personal.xls file. << where it wasn't working!! I just copied the complete function into a std module of the subject workbook, And it Worked !! What's the difference? Does this prompt a reaction? TIA,,, Jim "Jim May" wrote in message news:Nkj0f.79$jw6.35@lakeread02... A1:A3 contains 123, 234, 345 respectfully A4 displays 702 ( = Sum(A1:A3)) B4 = = Isformula(A4) -- Displaying #Name? Did I indicate #VALUE? before.. CRAP yes I should have indicated #Name? this is what's being displayed.. Sorry, "Bob Phillips" wrote in message ... Works fine for me Jim. Does the range A1:A3 have anything odd i it? Does A4 sum to the correct value? "Jim May" wrote in message news:LYi0f.67$jw6.44@lakeread02... With the following in a standard module: Function IsFormula(cell As Range) As Boolean IsFormula = cell.HasFormula End Function In cell A4 of sheet1 there is a formula = Sum(A1:A3) In cell B4 I have =IsFormula(A4) -- Displaying #Value? I've search google, etc.. CRAP!! -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert text entered as minutes/seconds to minutes | Excel Worksheet Functions | |||
Converting total minutes into hours and minutes in Excel | Excel Worksheet Functions | |||
converting Days Hours & minutes into just minutes in excel | Excel Discussion (Misc queries) | |||
how to change a decimal number (minutes) into hours and minutes? | Excel Discussion (Misc queries) | |||
add column of minutes, show total in hours & minutes | Excel Worksheet Functions |