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: 206
Default Rebuild Array-formulas

Hi There,

Array-formulas are incredibly useful ... although most people are
impressed with the power of it, they have serious difficulties to
understand that they need to rebuild them with CTRL+SHIFT+Enter.

Therefo

I would like to rebuild to be able to rebuild my Array-formulas
automatically. It jams though ..

Sub Rebuild_ArrayFormula()
Dim cells As Long, i As Long
Dim rngcel As Range

cells = Selection.Cells.Count
i = 1
For Each rngcel In Selection
rngcel.FormulaArray = rngcel.Formula '<====jams up here ...
Next
End Sub

 
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
Convert Array Formulas to Regular Formulas Domenick Excel Worksheet Functions 6 August 17th 15 09:16 PM
Convert Array Formulas to Regular Formulas minyeh Excel Worksheet Functions 0 March 21st 10 05:55 AM
Need to rebuild formula using the value entered into a cell on the Forrest Excel Worksheet Functions 2 December 20th 05 05:07 PM
Break down, rebuild a matrix Possum Stu Excel Programming 2 April 11th 05 10:36 PM
Rebuild XL Worksheet Menu Bar hglamy[_2_] Excel Programming 2 September 2nd 03 06:28 PM


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