Basically I want to know how to set center alignment for a cell using VBScript...
I've been googling it and can't seem to find anything that helps.
|
|
Basically I want to know how to set center alignment for a cell using VBScript... I've been googling it and can't seem to find anything that helps. |
||||
|
|
|
Save that as a .vbs and run it using the command prompt or double clicking. |
||||
|
|
|
There are many ways to select a cell or a range of cells, but the following will work for a single cell.
The HorizontalAlignment options are xlLeft, xlRight, and xlCenter |
||
|
|