J
Jerry h
Can I create something like a template for reading a tab-delimited file? I have an application that requires the user to opening a tab-delimited file frequently. Not all the columns in the file are to be read. One column of the original is a date but its format is DMY (example 21/04/04). Unless the user specify DMY in step 3 of the text import wizard, the data is not read correctly.
Though I could write some vba codes to automate this process, but I might have overlooked some Excel build-in functions (for example: something like a template that could be created in a user-friendly way) that already exist. Can someone advise
Though I could write some vba codes to automate this process, but I might have overlooked some Excel build-in functions (for example: something like a template that could be created in a user-friendly way) that already exist. Can someone advise