The function below is altered using Patricks post above.
I need to display a bar depicting the percentage listed in a cell. I can pass a value between .1 and 1.0 and the bar will fill that percentage of the cell.
However, I want to test for the presence of a rectangle and alter the width of the existing rectangle rather than create another rectangle on top of an existing one.
I also want to change the font color to white so the "0" that normally displayed is effectively hidden.
I would appreciate any help with the following;- How do I test for the presence of the shape in the cell.
- How do I change the width of the cell once I determine a rectangle already exists?
- How do I set the cell's font color to white to hide the "0" thats displayed?
Any help would be appreciated.
Bookmarks