Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default text box with standard text

Hi

I have this text box in a form there have a default text
when i clear all fields in the form i want this field
to again take the default value. I can cleat it thats no problem
but how do i say that i want to clear it and use the default value again.

Alvin

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default text box with standard text

Instead of
Textbox1.Text = ""
do
Textbox1.Text = "string1"

--
Regards,
Tom Ogilvy

"Alvin Hansen" wrote in message
...
Hi

I have this text box in a form there have a default text
when i clear all fields in the form i want this field
to again take the default value. I can cleat it thats no problem
but how do i say that i want to clear it and use the default value again.

Alvin



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default text box with standard text

Thanks again tom

best regards alvin


"Tom Ogilvy" skrev:

Instead of
Textbox1.Text = ""
do
Textbox1.Text = "string1"

--
Regards,
Tom Ogilvy

"Alvin Hansen" wrote in message
...
Hi

I have this text box in a form there have a default text
when i clear all fields in the form i want this field
to again take the default value. I can cleat it thats no problem
but how do i say that i want to clear it and use the default value again.

Alvin




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
Using TEXT and &TEXT - display numbers with commas, underline text Gary Excel Discussion (Misc queries) 3 May 5th 23 03:46 AM
how do i transfer html text to standard text? kathryn whittaker Excel Discussion (Misc queries) 1 September 18th 07 01:45 PM
Text does not display in "Text boxs" and when wrapping text in a c Esteban Excel Discussion (Misc queries) 1 March 8th 07 11:59 PM
want to remove all text characters equal to one character in length from text string [email protected] Excel Worksheet Functions 1 April 18th 05 09:56 PM
extracting text from within a cell - 'text to rows@ equivalent of 'text to columns' Dan E[_2_] Excel Programming 4 July 30th 03 06:43 PM


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