geordieboyx
New Member
- Joined
- Jul 7, 2007
- Messages
- 15
I am trying to write a vba program which will read data from my spreadsheet and then write it to another application
I have a list of cells refering to ranges in different areas of my spreadsheet. The cells containing the ranges are formatted as text and take the form of =A1:B12
All ranges are in the same format with the first three rows being merged and the rest containing letters and their values example A4 = C, B4 = 20 and so on.
I need to put these values into a two dimentional array in VBA. The ranges are different in length.
I suspect the code might be simple but I can't find any refference to get me started with this
Geordieboy
I have a list of cells refering to ranges in different areas of my spreadsheet. The cells containing the ranges are formatted as text and take the form of =A1:B12
All ranges are in the same format with the first three rows being merged and the rest containing letters and their values example A4 = C, B4 = 20 and so on.
I need to put these values into a two dimentional array in VBA. The ranges are different in length.
I suspect the code might be simple but I can't find any refference to get me started with this
Geordieboy