Hello,
How would you change the formatting of a cell from Number to Custom 0?
Also, how would you add borders to the cell?
Here is how I instantiate the excel object:
Set excelReport = CreateObject("Excel.Application")
excelReport.Workbooks.Add
Set excelSheet1 = excelReport.ActiveWorkbook.WorkSheets(1)
How would you change the formatting of a cell from Number to Custom 0?
Also, how would you add borders to the cell?
Here is how I instantiate the excel object:
Set excelReport = CreateObject("Excel.Application")
excelReport.Workbooks.Add
Set excelSheet1 = excelReport.ActiveWorkbook.WorkSheets(1)