horizontalAlignment doesn't work with xlFill
问题 I am trying to make my column in excel fit into the column size that I give it, I am trying to use the property horizontalAlignment to do this. I can get it working with xlCenter, but I need to do xlFill but there isn't a value for xlFill. With objExcelAssist.worksheet.columns("N:N") .horizontalAlignment = xlCenter End With What I have tried: With objExcelAssist.worksheet.columns("N:N") .horizontalAlignment = xlFill End With With objExcelAssist.worksheet.columns("N:N") .horizontalAlignment =