hfettig Posted July 10, 2009 Report Share Posted July 10, 2009 I am working a lot with multi-column listboxes and tables lately and was wondering whether somebody new of a way to set cell colour (or other cell properties) for all 'body' cells at once. If I use -2,-2 for ActiveCell I can set properties for all cells including row and column headers, but is there a way to select all cells except the headers? Currently I read the properties for the headers, set the new properties for all cells, and then re-set the header properties. Just looking for a simpler way Quote Link to comment
george seifert Posted July 10, 2009 Report Share Posted July 10, 2009 My memory's fuzzy on this, but doesn't -1,-1 do everything but the headers? George Quote Link to comment
hfettig Posted July 10, 2009 Author Report Share Posted July 10, 2009 My memory's fuzzy on this, but doesn't -1,-1 do everything but the headers? George Unfortunately -1,-1 only selects that empty cell in the column header row right above the row header column. Quote Link to comment
Francois Normandin Posted July 10, 2009 Report Share Posted July 10, 2009 Unfortunately -1,-1 only selects that empty cell in the column header row right above the row header column. It's inelegant, but if you defer panel updates and change colors using {-2,-2}, and then select row header and column header successively to set them back to previous color, you shouldn't see the screen flicker and the user will not see the difference. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.