I debug in code, and I see that the value is in correct format, it just get and set the value only, and it seem like excel take the data as datetime instead of normal string, I try to use NumberFormat and format it to either 1 of this (@, text, number, general) neither 1 is working, any help will be great
ActiveSheet.Range("D" & i).Value = arr(i, 4)
Update 1 Sorry to not mention arr, arr is multi dimension array, it store the column that I read from , I just get the value from excel, and the store in range by looping