Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 columns: (the first column is user defined while the second is
returned through the macro) Last Login | Days Since Last Login 1/1/2007 11 N/A #Value! I get the # value after running this macro Macro 'Populates the Days Since column with data Set rng = Range(Cells(2, 2), Cells(2, 2).End(xlDown)) rng.Offset(0, 5).Formula = "=Networkdays(F2,today())" How do I get rid of the #Value! ? I can't do a Find and Replace since #Value! isn't text but an error message. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming |