Hi there,
I have an excel sheet with Matrix at the top and below a load of code that is generated by looking at the values in the matrix. The problem I have is that when certain matrix values are typed in there are a load of blank rows appear like this:
Code:
Matrix:
1 1 1
2 1 3
5 3 3
Code:
x=y
y=d
g=y
t=p
o=g
The cells in between each code line contain formula but are blank when a cetain matrix combination is written.
I would like to have a MArco to hide these cells so it looks a bit 'prettier' like so:
Code:
Matrix:
1 1 1
2 1 3
5 3 3
Code:
x=y
y=d
g=y
t=p
o=g
Any ideas would be greatfully recieved!
Thanks