Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel vba error when adding norwegian translated SUBTOTAL formula tolist - function name not recognized

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
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
User-defined function not recognized in formula Hershmab Excel Programming 5 February 14th 10 09:22 PM
translated menu in excel 2007 herman Excel Discussion (Misc queries) 0 October 31st 08 08:54 PM
Norwegian stocks into Excel pH Excel Discussion (Misc queries) 0 June 12th 07 02:09 PM
Excel Add in for AS: Function's not recognized VallabhK Excel Programming 1 December 11th 06 07:22 PM
convert excel formulas from english to norwegian Ctech[_97_] Excel Programming 11 February 21st 06 04:51 PM


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