SonicBoomAu
Well-known member
Hi All,
Does anyone know how to change the text alignment for a excel container.
I have tried the following with no joy.
My next question is how do I change the width of a column?
Does anyone know how to change the text alignment for a excel container.
I have tried the following with no joy.
Code:
Dim exc As Excel.Application
exc.Range("B2").HorizontalAlignment = "Center"
My next question is how do I change the width of a column?