Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Another newbie question please

In a form I have a text box containing "=materials!b3".

I now want another text box to contain the content of the referenced
cell, so if cell 'materials!b3' contains 32 I want this other text box
to contain 32.

Simple for you experience guys but I cannot make it work!

Thanks in anticipation

Brian
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Another newbie question please

Brian,

When you say form, if you mean a userform, then something along the lines of:

UserForm1.TextBox2.Text = Evaluate(UserForm1.TextBox1.Text)

If you mean a spreadsheet that you've set up as an input form, then it depends, and you'll need to
describe your situation better.

HTH,
Bernie
MS Excel MVP


"Ashnook" <brian@atashnookcdtfreeservedotcodotuk wrote in message
. com...
In a form I have a text box containing "=materials!b3".

I now want another text box to contain the content of the referenced cell, so if cell
'materials!b3' contains 32 I want this other text box to contain 32.

Simple for you experience guys but I cannot make it work!

Thanks in anticipation

Brian



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Another newbie question please

Bernie Deitrick wrote:
Brian,

When you say form, if you mean a userform, then something along the lines of:

UserForm1.TextBox2.Text = Evaluate(UserForm1.TextBox1.Text)

If you mean a spreadsheet that you've set up as an input form, then it depends, and you'll need to
describe your situation better.

HTH,
Bernie
MS Excel MVP

Thanks Bernie, the userform is exactly what I wanted to do, it works great.

Brian
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
Newbie question golfinray Excel Discussion (Misc queries) 0 April 23rd 09 09:28 PM
Newbie Question Francis Whitaker New Users to Excel 4 March 14th 08 10:26 PM
Real Newbie newbie question Dave New Users to Excel 0 January 10th 07 07:55 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
VBA newbie question peter.thompson[_43_] Excel Programming 4 January 14th 06 11:26 AM


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