PC Review


Reply
Thread Tools Rate Thread

convert a string into a textbox name

 
 
Gordon
Guest
Posts: n/a
 
      9th Jan 2011
Trying to loop to load different textbox
Textbox1, Textbox2, Textbox3 ect

n = 1
xCt = 15
xText = 35
Do while xCt > 0
Textbox(n) = xText
n = n + 1
xCt = xCt - 1
xText = xText + 3
Loop

 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      9th Jan 2011
It would help you get a helpful answer if you provided...

Excel version?
Where the code is located?
Where the textboxes are located
What kind of textboxes are they (or how you created them)?
What is the problem?
What is the question?
--
Jim Cone
Portland, Oregon USA
http://www.contextures.com/excel-sort-addin.html
(30 different ways to sort in excel)



"Gordon" <(E-Mail Removed)>
wrote in message
news:43951ff8-339b-485c-a77b-(E-Mail Removed)...
> Trying to loop to load different textbox
> Textbox1, Textbox2, Textbox3 ect
>
> n = 1
> xCt = 15
> xText = 35
> Do while xCt > 0
> Textbox(n) = xText
> n = n + 1
> xCt = xCt - 1
> xText = xText + 3
> Loop
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Convert a textbox string value into date KARL DEWEY Microsoft Access Forms 1 13th Dec 2009 05:44 PM
Passing a string from a form's TextBox to a report's TextBox John S. Ford, MD Microsoft Access 1 31st Mar 2009 08:01 AM
Passing a string from a form's TextBox to a report's TextBox John S. Ford, MD Microsoft Access Reports 1 31st Mar 2009 08:01 AM
how to convert a multiline textbox to a single line string? garyusenet@myway.com Microsoft C# .NET 2 4th Jan 2007 01:36 PM
Convert string to textbox Steven K Microsoft ASP .NET 1 21st Apr 2004 08:23 PM


Features
 

Advertising
 

Newsgroups
 


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