Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two problems, but first a little background:
I have a worksheet that lists names, followed by the names are about 5 columns, two of which are a "capabilities" and "results" ranking. Each of these columns only has 5 possible answers that can be put in. On another page I have a 5x5 grid with Capabilities Ranking on the Vertical Axis and Results on the Horiz. My macro loops through the data sheet and the places each person's name in the appropriate cell on the grid. The code places the people one on top of another and re-sizes the cell so that you can see everyone's name. SO, one cell in the grid may look like this.... John Sally Sue Bob Here are the problems: 1. There is another column of data that I have added to my array that holds the employee's "develop on date". If this date is less than a a year away, I want their name to be bold on the grid. The obvious problem here is bolding one person's name and not the entire cell. 2. If more than 30 people have the same ranking, the re-sizer will try to re-size the row greater than 490.5 (not allowed by excel) and it will crash. I think this is a tougher question than the first. How in the world can I prevent this. Is there anyway to say if there are more than 29 people who fit this description, double stack them, ie. Bob Sally John David Stuart Bob I really don't know, I have no clue as to how I am supposed to solve that problem. THANK YYOU SO MUCH IN ADVANCE!!!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
Alphabetically list of last names: BOLD, not bold | Excel Discussion (Misc queries) | |||
Alphabetically list of names BOLD and NOT bold | Excel Discussion (Misc queries) | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) | |||
using cell names in vb code | Excel Programming |