Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a difference between False and msoFalse (and True vs. msoTrue)? Can
I just change all msoFalse to just False and remove the reference to the Microsoft Office 9.0 object library or is the Microsoft Office 9.0 object library normally selected by default in a project along with the Microsoft Excel 9.0 object library? Thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200605/1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
it is normally selected.
? false False ? msofalse 0 ? true True ? msoTrue -1 -- Regards, Tom Ogilvy "Fox via OfficeKB.com" wrote: Is there a difference between False and msoFalse (and True vs. msoTrue)? Can I just change all msoFalse to just False and remove the reference to the Microsoft Office 9.0 object library or is the Microsoft Office 9.0 object library normally selected by default in a project along with the Microsoft Excel 9.0 object library? Thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200605/1 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Both True and msoTrue resolve numerically to -1, so you can use
either one. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Tom Ogilvy" wrote in message ... it is normally selected. ? false False ? msofalse 0 ? true True ? msoTrue -1 -- Regards, Tom Ogilvy "Fox via OfficeKB.com" wrote: Is there a difference between False and msoFalse (and True vs. msoTrue)? Can I just change all msoFalse to just False and remove the reference to the Microsoft Office 9.0 object library or is the Microsoft Office 9.0 object library normally selected by default in a project along with the Microsoft Excel 9.0 object library? Thanks. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200605/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu | Excel Discussion (Misc queries) | |||
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # | Excel Worksheet Functions | |||
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? | Excel Worksheet Functions | |||
True Or False, no matter what... it still displays the false statement | Excel Programming |