misterminis
Technical User
Hey all,
I am trying to rite a sub that makes a simple 4 X 4 array that is full of values I/anyone have input and then puts those values on the spreadsheet. I first tried doing a dynamic array and that did not work. I read some tips elsewhere that would suggest a fixed array instead, but I have no idea how to do this with a fixed array...I'm guessing a fixed array has values that do not change, but that just did not make sense to me in coding.
I am trying to rite a sub that makes a simple 4 X 4 array that is full of values I/anyone have input and then puts those values on the spreadsheet. I first tried doing a dynamic array and that did not work. I read some tips elsewhere that would suggest a fixed array instead, but I have no idea how to do this with a fixed array...I'm guessing a fixed array has values that do not change, but that just did not make sense to me in coding.