Converting Excel Column to Text using VBA ActiveX

120 Views Asked by At

I am needing to convert a column to text format before I paste the data into the spreadsheet using javascript/VBA. Is there a way to do this using ExcelSheet.ActiveSheet or ActiveSheet.Range? I am outputting an 8 digit formatted date (MM/DD/YY) and Excel keeps changing it to M(M)/D(D)/YYYY.

0

There are 0 best solutions below