View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KDUT KDUT is offline
external usenet poster
 
Posts: 4
Default Aligning text in a text frame

Hi,

I need the vba code that will center align some text in a
text box for me - at the minute I have :

with oPPTShape
.TextFrame.HorizontalAlignment =xlHAlignCenter

And it doesn't work - any ideas please?

Many thanks
KDUT