chadwick404
New Member
- Joined
- Nov 7, 2005
- Messages
- 2
Hi - great web site - will be buying some of your stuff. I am not a programmer, but know enough to get into trouble. I have a spreadsheet with several worksheets within, and my issues are:
OK: I have a range, 19:27, columns B-M. I wish to assign a specific color to denote a grade level (A-F). Color index numbers are 4,45,6,38,3 respectively. The values within each cell vary in range: B19 may be from 0-9 whereas C19 may be from 0-25, etc. The range is pre-adjusted with a weight factor, which can vary per user.
In general, users predetermine their weighting for all cells in the B-M columns (in another section). Then, users input raw data into one worksheet. This data is accessed by another worksheet with the B-M columns, per formulas. This gives a value, which is then totalled along with the rest of the row values, to give a score.
For any specific cell, how do I change the cell's fill color automatically? I have tried various VBA scripts - they seem to work once, not in "real-time". If I change a weight, the corresponding dependant cells do not adjust to another color.
I can forward the spreadsheet (or copy portions) to help illustrate - I did not see if I can do this for this post. My email is chad.morgan@searay.com
Here is my attempt to copy and paste the worksheet section: well, that didn't work...would help if you can see what I am discussing (although this cell fill color topic has been beaton to death, has it not?).
Thanks for any and all help!
OK: I have a range, 19:27, columns B-M. I wish to assign a specific color to denote a grade level (A-F). Color index numbers are 4,45,6,38,3 respectively. The values within each cell vary in range: B19 may be from 0-9 whereas C19 may be from 0-25, etc. The range is pre-adjusted with a weight factor, which can vary per user.
In general, users predetermine their weighting for all cells in the B-M columns (in another section). Then, users input raw data into one worksheet. This data is accessed by another worksheet with the B-M columns, per formulas. This gives a value, which is then totalled along with the rest of the row values, to give a score.
For any specific cell, how do I change the cell's fill color automatically? I have tried various VBA scripts - they seem to work once, not in "real-time". If I change a weight, the corresponding dependant cells do not adjust to another color.
I can forward the spreadsheet (or copy portions) to help illustrate - I did not see if I can do this for this post. My email is chad.morgan@searay.com
Here is my attempt to copy and paste the worksheet section: well, that didn't work...would help if you can see what I am discussing (although this cell fill color topic has been beaton to death, has it not?).
Thanks for any and all help!