I created a seating chart in excel that has a round table in the center and seats along either side. The problem was it has to be a variable number of chairs around the table and on each side, with the chairs, and name associated with the chair, correctly spaced and angled, automatically drawn in.
This required using trig formulas and wordart. The names and chairs are all in wordart (it's the only thing I could find to write text at an angle). The table, chairs and names all draw in, flip horizontally and vertically, and space beautifully.
The problem now is that wordart adjusts the names and they are different sizes (which definitely won't do around here). I have tried putting in a static height and width based on the number of characters. That still doesn't work.
I need to know how to find out the width of the text using something like textwidth (I found that in VB) so I can choose the correct width size based on the actual size of the text and not just the character count.
I hope this makes sense.
This required using trig formulas and wordart. The names and chairs are all in wordart (it's the only thing I could find to write text at an angle). The table, chairs and names all draw in, flip horizontally and vertically, and space beautifully.
The problem now is that wordart adjusts the names and they are different sizes (which definitely won't do around here). I have tried putting in a static height and width based on the number of characters. That still doesn't work.
I need to know how to find out the width of the text using something like textwidth (I found that in VB) so I can choose the correct width size based on the actual size of the text and not just the character count.
I hope this makes sense.