LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Array of formulas (regional difference)

Following fragment works when the region is set for US, but fails for
Dutch

Dim x As Range
Dim y As Range
Dim w As Range
Set w = Range("AH4")
Set x = Range("AH5")
Set y = Range("AG1:AH1")

'Following works for both US and Dutch
x = "=if(x,0,0)"
y = Array("hello", "=w")

' Following works for US, but not in Dutch, why?
y = Array("hello", "=if(x,0,0)")

 
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
Regional Settings / Finding out Array separator characters jabaltie New Users to Excel 10 January 1st 10 10:16 AM
Average of a difference between 2 cels in a table/array GCRDelphi Excel Worksheet Functions 0 July 18th 08 07:46 PM
Second largest in array of difference in high-low values in cells drb Excel Worksheet Functions 6 February 18th 08 02:29 AM
Could someone tell me the difference in these formulas? Mel Excel Worksheet Functions 2 April 28th 06 01:16 AM
Array difference? Steph[_3_] Excel Programming 2 June 23rd 04 06:36 PM


All times are GMT +1. The time now is 02:11 PM.

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"