Message 1 of 2
orientation of block and its multiple attributes
Not applicable
12-09-2007
05:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got a block with four visible text attributes, when the block is inserted at the default of 0 degrees my VBA code will only show one of the attributes as intended and I retain other functionality as well like rotating the text string and altering its content, however when the block is inserted at another angle (90,180, or 270) my code won't work. Even though it identifies the block as rotated it won't suppress three of the four attributes as intended. The notion is to insert a multitude of these blocks at angles of 0,90,180 and 270 with the attributes modes set to invisible, then later, using a userform, set that mode to false and only display the attribute that corresponds to the orientation of the block. My code allows full comand of the attribute when the block inserted at default of 0, i.e. can change the content and rotation of the attribute, but I have no control of the attributes when the block is inserted at any other orientation. Any thoughts are greatly appreciated.