Ok, I've got quite a complicated table that I need to display:
http://www.byzza.net/bs.gif (excel screenshot of what I need)
basicly all the blue area's need to be read only.
Its a fairly static structure, so I can work with cell coordinates.
From what I've seen I can't set an individual cell to read only (if there is a way, do you have a code example that could help), so basicly what I want to do is:
OnCellClick: If Cells is a Blue cell (I can determine that by cell co-ords) Select a different Cell.
But I Can't find a Cell.Select Method.
Can anyone help me with this.
Thank you in advance.
http://www.byzza.net/bs.gif (excel screenshot of what I need)
basicly all the blue area's need to be read only.
Its a fairly static structure, so I can work with cell coordinates.
From what I've seen I can't set an individual cell to read only (if there is a way, do you have a code example that could help), so basicly what I want to do is:
OnCellClick: If Cells is a Blue cell (I can determine that by cell co-ords) Select a different Cell.
But I Can't find a Cell.Select Method.
Can anyone help me with this.
Thank you in advance.