Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Isblank check in VB

In the following code, what is the syntax for
Excel's "Isblank" function in Visual Basic?

Function SpGradeEquiv(Form, Level, Score)
If Isblank(Score) = True Then
SpGradeEquiv = 0
Else
Select Case Level
Case "E" 'Level E
Select Case Form
Case 7 'Form 7
Select Case Score
Case 0 To 5
SpGradeEquiv = 0
Case 6
SpGradeEquiv = 1...yada,yada,yada
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Isblank check in VB

Isempty(score)

--
Regards,
Tom Ogilvy

"Stacy Haskins" wrote in message
...
In the following code, what is the syntax for
Excel's "Isblank" function in Visual Basic?

Function SpGradeEquiv(Form, Level, Score)
If Isblank(Score) = True Then
SpGradeEquiv = 0
Else
Select Case Level
Case "E" 'Level E
Select Case Form
Case 7 'Form 7
Select Case Score
Case 0 To 5
SpGradeEquiv = 0
Case 6
SpGradeEquiv = 1...yada,yada,yada



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Isblank check in VB

That worked. Thanks a bunch! -Stacy

-----Original Message-----
Isempty(score)

--
Regards,
Tom Ogilvy

"Stacy Haskins" wrote in message
...
In the following code, what is the syntax for
Excel's "Isblank" function in Visual Basic?

Function SpGradeEquiv(Form, Level, Score)
If Isblank(Score) = True Then
SpGradeEquiv = 0
Else
Select Case Level
Case "E" 'Level E
Select Case Form
Case 7 'Form 7
Select Case Score
Case 0 To 5
SpGradeEquiv = 0
Case 6
SpGradeEquiv =

1...yada,yada,yada


.

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
IF / ISBLANK Missile Excel Discussion (Misc queries) 1 February 23rd 10 10:18 PM
IF and ISBLANK projectnewbie Excel Worksheet Functions 4 July 30th 08 05:41 PM
ISBLANK() kw_uh97 Excel Worksheet Functions 8 June 30th 07 06:42 AM
ISBLANK Aaron Neunz Excel Worksheet Functions 3 November 12th 04 05:40 PM
ISBLANK keyt Excel Programming 0 October 10th 03 07:03 PM


All times are GMT +1. The time now is 03:55 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"