If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > text box as output

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-30-04, 12:42
VBALordCorp VBALordCorp is offline
Registered User
 
Join Date: Jul 2004
Posts: 34
text box as output

ok everyone sorry I have another problem so soon but I have been wrestling with this one all day.

used find macro
found cell
made active
need the into in active cell to appear in textbox1 on a userform1 that appears automatically when the find macro finds the value

the book i am using says I can use properties but i think he is using a different version because he has different properties I am using Excell 2000

any help?
Reply With Quote
  #2 (permalink)  
Old 07-30-04, 14:57
VBALordCorp VBALordCorp is offline
Registered User
 
Join Date: Jul 2004
Posts: 34
got it

nevermind everyone I figured it out.
Reply With Quote
  #3 (permalink)  
Old 08-04-04, 13:39
SR22Mike SR22Mike is offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA, Earth
Posts: 65
What was your solution?

What was your solution?
Reply With Quote
  #4 (permalink)  
Old 08-04-04, 13:55
VBALordCorp VBALordCorp is offline
Registered User
 
Join Date: Jul 2004
Posts: 34
My first answer :)

set what you want to be in the text box as active then use

textbox1 = range(Activecell.column & Activecell.row)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On