Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several sheets with a text box giving various instructions.
All of the text is left aligned. But the last line is "Copyright, 2012", and this last line I want right aligned. Of course, I can do it through the Excel interface, but when I turn the macro recording on, I get a blank macro. Does anyone know the VBA code? Remember, I need to align only part of the text, not the entire text box. I've tried ... ActiveSheet.Shapes(1).select Selection.characters(?,?).alignment .... but it doesn't work. TIA, Dom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text alignment | Excel Discussion (Misc queries) | |||
In Cell alignment, how do I update the default vertical alignment | Setting up and Configuration of Excel | |||
Text Alignment | Excel Discussion (Misc queries) | |||
Text alignment | Excel Discussion (Misc queries) | |||
Highlight all Text in a Textbox when the textbox is selected | Excel Programming |