Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default False and msoFalse

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default False and msoFalse

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default False and msoFalse

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
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 LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
$C$1972,2,FALSE, $C$1972,3,FALSE is ok, But $C$1972,4,FALSE Give # Steved Excel Worksheet Functions 6 July 3rd 06 01:49 AM
IF(a1="x",(vlookup 18K rows,2,false),(vlookup 18K,3,false)) RAM? bchilt Excel Worksheet Functions 6 January 20th 06 09:21 AM
True Or False, no matter what... it still displays the false statement rocky640[_2_] Excel Programming 2 May 13th 04 04:57 PM


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"