Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Totalling Dynamic Range Subtotals in Excel 2003

I can't answer you without further details of your "function" and what
"tasks" it performs.

Pete

On Apr 21, 9:28*pm, max@SATX
wrote:
Thanks, but this does not answer my dilemma. *I am probably not explaining it
very well. *When my function runs automatically, it creates a new task
between the first set of tasks and the grand totals. *I need the subtotal
function to automatically increase the grand total based upon the addition of
the subtotal from the new task. *The question (I think() is, how do I get
Excel to recognize the additional subtotal in the grand total column after
addition of the new task?
--
max@SATX


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Totalling Dynamic Range Subtotals in Excel 2003

Here is the function in VBA:

Application.Goto Reference:="number"
Dim number As Integer
number = ActiveCell.Value + 1
ActiveCell.FormulaR1C1 = number

Application.Goto Reference:="Task1"
Selection.Copy

Application.Goto Reference:="LaborTotals"
Selection.Insert Shift:=xlDown
--
max@SATX


"Pete_UK" wrote:

I can't answer you without further details of your "function" and what
"tasks" it performs.

Pete

On Apr 21, 9:28 pm, max@SATX
wrote:
Thanks, but this does not answer my dilemma. I am probably not explaining it
very well. When my function runs automatically, it creates a new task
between the first set of tasks and the grand totals. I need the subtotal
function to automatically increase the grand total based upon the addition of
the subtotal from the new task. The question (I think() is, how do I get
Excel to recognize the additional subtotal in the grand total column after
addition of the new task?
--
max@SATX



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
Subtotals problem: Excel 2003 (not, AFAIK, the nested subtotals bug) AndyCotgreave Excel Discussion (Misc queries) 3 October 24th 07 11:32 AM
Subtotals in Excel 2003 GARY Excel Discussion (Misc queries) 0 March 8th 07 12:50 AM
Subtotals in Excel 2003 GARY Excel Discussion (Misc queries) 1 March 7th 07 11:37 PM
Subtotals in Excel 2003 GARY Excel Discussion (Misc queries) 0 March 7th 07 10:46 PM
Totalling subtotals which occur in unstructured pattern. davidthegolfer Excel Discussion (Misc queries) 0 June 28th 06 10:07 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"