tazz
Member
Hello all,
I have this sheet with 2 macro: one that will extract data from an acad file and the other one that fills empty cells in col BA.Both of them were working fine until I descovered that the data extractor thinks that data like 5-3303 is May-03 (as shown in sheet"before modifications").
I inserted this code line:"excelSheet.Range("BA2:BA100").NumberFormat="@" and data
is extracted corect but the macro that will fill empty cells is not working anymore(as shown in sheet"after modifications").
I tried many thing to fix this but is seems that nothing will make the macro that fills empty cells to work.
Thank you for your help
PS: in my opinion macro that Fills empty cells acts like those empty cells are in fact not empty
I have this sheet with 2 macro: one that will extract data from an acad file and the other one that fills empty cells in col BA.Both of them were working fine until I descovered that the data extractor thinks that data like 5-3303 is May-03 (as shown in sheet"before modifications").
I inserted this code line:"excelSheet.Range("BA2:BA100").NumberFormat="@" and data
is extracted corect but the macro that will fill empty cells is not working anymore(as shown in sheet"after modifications").
I tried many thing to fix this but is seems that nothing will make the macro that fills empty cells to work.
Thank you for your help
PS: in my opinion macro that Fills empty cells acts like those empty cells are in fact not empty