Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am aware of that the SUBTOTAL formula works fine, but if I want to insert the norwegian translated SUBTOTAL formula ("DELSUM") below the column named "TotalCost" in a defined table (list) something like this: ActiveSheet.Range("c6:c8").Select ActiveWorkbook.Names.Add Name:="rangeArea", RefersTo:=Selection Range("c9").Select Selection.FormulaR1C1 = "=DELSUM(9,rangeArea)" Excel does not recognize the "DELSUM" formula name unless I actually click the Formula line afterwards. When I select "Explore formula" from the Excel Tools menu, it confirms that the formula name is unknown. If I record a macro when I click the formula line, it reveals the two lines generated by Excel: Range("autoTabel1[[#Totals],[TotalCost]]").Select ActiveCell.FormulaR1C1 = "=SUBTOTAL(9,sumArea)" I could not find this requirement documented anywhere - is it a bug in Excel? Regards Frank |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User-defined function not recognized in formula | Excel Programming | |||
translated menu in excel 2007 | Excel Discussion (Misc queries) | |||
Norwegian stocks into Excel | Excel Discussion (Misc queries) | |||
Excel Add in for AS: Function's not recognized | Excel Programming | |||
convert excel formulas from english to norwegian | Excel Programming |