Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Alternative iterative solvers
- Latex Maths Text in Excel
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
- Using LINEST for non-linear curve fitting
- Taming Symbols in Excel
- Automating chart scale limits - update
- Beam actions and deflections by Macaulay's Method
- Retrieving unique values from a range or array ...
- Reinforced Concrete Moment-Curvature - 1
- Frame Analysis with Excel
Recent Comments
Tag Archives: static
Transferring data with arrays
The earlier post: Transferring data within VBA looked at some important aspects of transferring data between subroutines in Excel VBA. This post will look at arrays in particular, and some peculiarities that affect the way they work. VBA arrays are a very … Continue reading