Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Only reason I use .Text vs .Value is that the .Text property returns a
String, which is the proper input argument type for the Like operator, whereas .Value returns a Variant which needs to be (either explicitly or implicitly) converted. OTOH, I don't know what I'd do with all those saved nanoseconds... In article , "Peter T" <peter_t@discussions wrote: Not sure if better to return the .Text vs the .Value property, might depend on the scenario. Off the top of my head, with a single alpha character in a cell I can't think what might make them different. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shorter way | Excel Discussion (Misc queries) | |||
Shorter Code | Excel Programming | |||
Shorter Sub | Excel Programming | |||
Shorter Formula | Excel Discussion (Misc queries) | |||
shorter way? | Excel Programming |