Excel worksheet contents as result in a userform.

  • Thread starter Thread starter Ernie
  • Start date Start date
E

Ernie

Hi all,
I'm trying to present a worksheet range as the result of calculations in
a userform or separate window as a result of clicking a command button.
i can't figure out how to show this worksheet range in my results userform.
What control object can I use for this purpose?
 
Are you at a point ware you just need to insert the data from the use
form, or do you still need to calculate the data and then insert it
:confused
 
Try converting the calculated range to a string variable and show it in a
text box
 
Hi Andrew,
Calculations are all done and I want to show the results in a userform.
 
This might not work as I have charts in my worksheet that go with each
table in it.
 
Hi Ernie

If all you want to do is show a representation of some range purely for
informarion in a userform then what I suggested would work.

What exactly are you trying to achieve ?

Best N10
 
Hi N10,
My results worksheet contains tables and graphs. I need to show a
representation similar to the print preview in a userform.
I have never tried to convert a worksheet range to a string var, but am
willing to give it a try.
Regards, Ernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top