#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default CVErr Usage

Hi all,

Why we use the CVErr. We can use the cell error value directly.

Clara


thank you so much for your help
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default CVErr Usage

If cell.Value = cvErr(xlErrNA) then


demo'd from the immediate window:

? activecell.Value
Error 2042
? activecell.Value = cvErr(xlErrNA)
True


--
Regards,
Tom Ogilvy




"clara" wrote:

Hi all,

Why we use the CVErr. We can use the cell error value directly.

Clara


thank you so much for your help

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
limited usage jinvictor Excel Discussion (Misc queries) 1 June 14th 06 04:28 PM
100% cpu usage bill Excel Discussion (Misc queries) 1 March 2nd 06 10:27 AM
Listbox Usage Marston Excel Programming 1 August 26th 04 05:22 PM
SQL - TOP 1 Usage ell[_2_] Excel Programming 6 August 26th 04 12:08 AM
CVErr, Excel and VB .NET Howard Kaikow Excel Programming 2 October 1st 03 05:06 PM


All times are GMT +1. The time now is 04:50 PM.

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

About Us

"It's about Microsoft Excel"