Can someone please tell me how to set a cell to use text orientation of 90 degrees (so the writing is)
s
i
h
t
not
this
I just cannot find the VBA command.
Also, I cannot get the right format to justify a column text.
I have
Cells(7,mastercol) will be Left, center ro right
I get run time 1004, unable to set the horizontal property of range class
Thanks
Applications Support
UK
s
i
h
t
not
this
I just cannot find the VBA command.
Also, I cannot get the right format to justify a column text.
I have
Code:
Sheets("users to add to core").Columns(placedcol).HorizontalAlignment = "xl" & Cells(7, mastercol)
Cells(7,mastercol) will be Left, center ro right
I get run time 1004, unable to set the horizontal property of range class
Thanks
Applications Support
UK