Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Code for reconizing a empty textbox

Textbox1.Text=""


- Mark

"James" wrote:

What is the code if you want to reconize that the textbox.value is blank;

ie. If textbox1.Value = (blank) Then
do something
Else
do something else
End If
I want to know how to reconize that the textbox value in blank.

James

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 542
Default Code for reconizing a empty textbox

What is the code if you want to reconize that the textbox.value is blank;

ie. If textbox1.Value = (blank) Then
do something
Else
do something else
End If
I want to know how to reconize that the textbox value in blank.

James
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 542
Default Code for reconizing a empty textbox

My bad, I need to know how to reconize if it is not blank.

James

"exceluserforeman" wrote:

Textbox1.Text=""


- Mark

"James" wrote:

What is the code if you want to reconize that the textbox.value is blank;

ie. If textbox1.Value = (blank) Then
do something
Else
do something else
End If
I want to know how to reconize that the textbox value in blank.

James

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default Code for reconizing a empty textbox


If Textbox1.Text < "" then


"James" wrote:

My bad, I need to know how to reconize if it is not blank.

James

"exceluserforeman" wrote:

Textbox1.Text=""


- Mark

"James" wrote:

What is the code if you want to reconize that the textbox.value is blank;

ie. If textbox1.Value = (blank) Then
do something
Else
do something else
End If
I want to know how to reconize that the textbox value in blank.

James

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
not reconizing cell reference Spidey Excel Discussion (Misc queries) 1 November 13th 06 10:19 PM
Textbox Code browie Excel Programming 1 July 27th 05 05:56 PM
Textbox.caption to cell if empty, how? WTG Excel Worksheet Functions 1 February 27th 05 09:30 AM
Textbox.caption to cell if empty, how? WTG Excel Programming 3 February 27th 05 04:51 AM
Textbox.caption to cell if empty, how? WTG Excel Discussion (Misc queries) 2 February 27th 05 04:03 AM


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