View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ernie[_3_] Ernie[_3_] is offline
external usenet poster
 
Posts: 5
Default Excel worksheet contents as result in a userform.

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?