![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
How do you write Array Formulas using VBA? Range(cell).FormulaR1C1 = xxx doesn't seem to work |
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
Ivan |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2003
Posts: 5
|
Range("A1").Select
ActiveCell.Formula = "=SUM(B1:B3)" As a result A1 will have the sum of B1,B2 and B3 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|