View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default Excel worksheet contents as result in a userform.

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


"Ernie" wrote in message
...
This might not work as I have charts in my worksheet that go with each
table in it.

N10 wrote:

Try converting the calculated range to a string variable and show it in a
text box

"Ernie" wrote in message
...

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?