Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regional Settings / Finding out Array separator characters | New Users to Excel | |||
Average of a difference between 2 cels in a table/array | Excel Worksheet Functions | |||
Second largest in array of difference in high-low values in cells | Excel Worksheet Functions | |||
Could someone tell me the difference in these formulas? | Excel Worksheet Functions | |||
Array difference? | Excel Programming |