Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello to all,
I have this while with this condition: dim nav as variant roomvalue= CVErr(xlErrNA) While IsError(roomvalue) 'while nav is error "this formula = n/A# , I do the formula StrFormula2 = "Client(""CLIENT"", " & name & ", ""ROOM"", """ & currentdate & """)" roomvalue= Evaluate(StrFormula2) currentdate = getpreviousday(currentdate) Wend But I have an error 2015 and I do not understand why? roomvalue is a float number and I declared it as variant; could it be a problem ina |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why does excel 2007 subtract 2009 from 2015 = 1900? | Excel Worksheet Functions | |||
error 2015 performing vlookup | Excel Programming | |||
Error 2015 | Excel Programming | |||
Error 2015 from ConvertFormula | Excel Programming | |||
How to avoid error 2015 when using ActiveCell.Offsett in own function | Excel Programming |