I\'ve been trying to align Excel cell text values. I\'ve tried the more common xlLeft, xlRight but this doesn\'t seem to work. The error was xlLe
xlLeft
xlRight
xlLe
You can use xlLeft:
Imports Microsoft.Office.Interop.Excel ... oSheet.Range("A1").HorizontalAlignment = Constants.xlLeft