Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone,
I realize this probably sounds ridiculous, but maybe someone can explain the purpose of the Evaluate method to me. If I replace the VBA help examples with the following code, I get the same results: VBA Help examples Evaluate("A1").Value = 25 trigVariable = Evaluate("SIN(45)") Set firstCellInSheet = Workbooks("BOOK1.XLS").Sheets(4).Evaluate("A1") My Code Range("A1").Value = 25 trigVariable = Sin(45) Set firstCellInSheet = Workbooks("BOOK1.XLS").Sheets(4).Range("A1") Searching the groups turns up numerous examples of using Evaluate, but I have been unable to figure out "why" use Evaluate. Somewhere, I'm missing something. Thank you for your help, Regards, DaveU |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
evaluate | Excel Worksheet Functions | |||
Formula Will Not Evaluate | Excel Worksheet Functions | |||
evaluate #¡VALUE! and #!DIV/0! and other errors.... | Excel Worksheet Functions | |||
Evaluate error when using 2 | Excel Programming | |||
Evaluate using a variable - Help please | Excel Programming |