Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default How to get a calculated value on a userform

Hi,

I would like to get calculated values on a "summary" userform
Any ideas ?
thanks,
Jean-Pierre


--
Message posted via http://www.officekb.com
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to get a calculated value on a userform

With Userform1()
.Textbox1.Text = Application.Sum(Worksheets("Detail").Range("A1:A50 "))
.Show
End With

--
Regards,
Tom Ogilvy


"Jean-Pierre D via OfficeKB.com" wrote in message
...
Hi,

I would like to get calculated values on a "summary" userform
Any ideas ?
thanks,
Jean-Pierre


--
Message posted via http://www.officekb.com



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default How to get a calculated value on a userform

Hi Tom,

Thanks, this helps me a lot !

But here's yet another question that comes up....

Is having the calculated field appear on a page of the multipage userform the
right way to display information to the user or is there a better way ?

Tom Ogilvy wrote:
With Userform1()
.Textbox1.Text = Application.Sum(Worksheets("Detail").Range("A1:A50 "))
.Show
End With

Hi,

I would like to get calculated values on a "summary" userform
Any ideas ?
thanks,
Jean-Pierre



--
Message posted via http://www.officekb.com
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to get a calculated value on a userform

that would really depend on your specific situation. Summarizing data can
be done easily on a pivot table on a worksheet, but that may not be
applicable to what you are doing.

--
Regards,
Tom Ogilvy

"Jean-Pierre D via OfficeKB.com" wrote in message
...
Hi Tom,

Thanks, this helps me a lot !

But here's yet another question that comes up....

Is having the calculated field appear on a page of the multipage userform

the
right way to display information to the user or is there a better way ?

Tom Ogilvy wrote:
With Userform1()
.Textbox1.Text = Application.Sum(Worksheets("Detail").Range("A1:A50 "))
.Show
End With

Hi,

I would like to get calculated values on a "summary" userform
Any ideas ?
thanks,
Jean-Pierre



--
Message posted via http://www.officekb.com



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
Pivot table, IF function, calculated item versus calculated field NomadPurple Excel Discussion (Misc queries) 1 March 9th 10 03:17 PM
I want to create a calculated item based on a calculated field Stijn Excel Discussion (Misc queries) 1 August 25th 08 05:30 PM
Calculated Field and Calculated Item in Pivot Table Fred Smith Excel Discussion (Misc queries) 0 March 4th 07 08:15 PM
PivotTable:Using a calculated field result in another calculated f Alice Excel Worksheet Functions 0 June 8th 06 05:21 PM
pivot table formulas for calculated field or calculated item Vicky Excel Discussion (Misc queries) 3 June 6th 06 05:06 AM


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