Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
In Sheet1 i have an area with values. Ie A3:AQ12500 contains values determined by formulas. I want to add an arrayformula in Sheet3 that mirrors this data. Currently i'm using: Range("A2:AQ15000").Select Selection.FormulaArray = =IF(Ark1!RC:R[15000]C[42]="""","""",Ark1!RC:R[15000]C[42])" The problem is, that this is not very flexible, as I have to know the size of the area in Sheet1. I don't want to simply copy the values as they may change. How do I find the area from A3:IV65536 that acctually contains values and add that to my arrayformula? My first thought was Range("A3").CurrentRegion from Sheet1, but I can't quite figure it out. Thanks! /Sune |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountA and ArrayFormula | Excel Worksheet Functions | |||
custom size (page size) missing in excel 2003 | Setting up and Configuration of Excel | |||
Cell size? Or size limit for Text data type? | Excel Discussion (Misc queries) | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming |