Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Lucosa
 
Posts: n/a
Default Having one form show another form's input?

I'm trying to get my user form to show data in my spreadsheet. I've tried
things like .Value = Range("E1") and things like that, but nothing seems to
work.
I have 2 forms. The first form is an information-entering type form.
The second I want to display that information that the user inputs (his/her
name, number, etc.) How can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default Having one form show another form's input?

in the second form click the cell you want to display the info, press = then
click on the cell you wish it to display in the user form and press enter.
ive asked a similar Q; on how to do this for an entire sheet or book, maybe
usefull for what you want ?

"Lucosa" wrote:

I'm trying to get my user form to show data in my spreadsheet. I've tried
things like .Value = Range("E1") and things like that, but nothing seems to
work.
I have 2 forms. The first form is an information-entering type form.
The second I want to display that information that the user inputs (his/her
name, number, etc.) How can this be done?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
ufo_pilot
 
Posts: n/a
Default Having one form show another form's input?

This will prevent your cells from reading "0" when there is no entry in the
info sheet:
=IF(Sheet1!A1<"",Sheet1!A1,"")
this would reside in Sheet2, A1
Then it will read whatever is in Sheet1, A1



"hoyt" wrote:

in the second form click the cell you want to display the info, press = then
click on the cell you wish it to display in the user form and press enter.
ive asked a similar Q; on how to do this for an entire sheet or book, maybe
usefull for what you want ?

"Lucosa" wrote:

I'm trying to get my user form to show data in my spreadsheet. I've tried
things like .Value = Range("E1") and things like that, but nothing seems to
work.
I have 2 forms. The first form is an information-entering type form.
The second I want to display that information that the user inputs (his/her
name, number, etc.) How can this be done?

  #4   Report Post  
Posted to microsoft.public.excel.newusers
hoyt
 
Posts: n/a
Default Having one form show another form's input?

hello

is it possible to make this work and update every cell on the sheet as
opposed to a single cell i.e.A1?

"ufo_pilot" wrote:

This will prevent your cells from reading "0" when there is no entry in the
info sheet:
=IF(Sheet1!A1<"",Sheet1!A1,"")
this would reside in Sheet2, A1
Then it will read whatever is in Sheet1, A1



"hoyt" wrote:

in the second form click the cell you want to display the info, press = then
click on the cell you wish it to display in the user form and press enter.
ive asked a similar Q; on how to do this for an entire sheet or book, maybe
usefull for what you want ?

"Lucosa" wrote:

I'm trying to get my user form to show data in my spreadsheet. I've tried
things like .Value = Range("E1") and things like that, but nothing seems to
work.
I have 2 forms. The first form is an information-entering type form.
The second I want to display that information that the user inputs (his/her
name, number, etc.) How can this be done?

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
forms that suddenly wont appear using the show method in VBA a bug or a corrupted file perhaps ? Richard Finnigan Excel Discussion (Misc queries) 0 February 15th 06 07:12 PM
How can I have an input form to add a random no. to each input entry? saziz Excel Discussion (Misc queries) 2 January 25th 06 11:46 PM
Display form from an VB application in Excel kuhni Excel Discussion (Misc queries) 0 August 10th 05 06:04 PM
Use a text box to calculate and show results in a user form stockpick Excel Discussion (Misc queries) 6 August 6th 05 06:04 AM
Input Form vba help mdalzell Excel Discussion (Misc queries) 0 April 8th 05 03:57 PM


All times are GMT +1. The time now is 06:34 AM.

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"