Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Name your output file .txt (not .csv).
Then provide a macro to the end user that opens the text file and parses the data the way you want. You can record a macro when you do it manually -- specify Date and dmy for that field. Save your macro workbook as a different file and share that with the end users. If you add formatting/headers/footers/print layout/filters/subtotals, they may even like the importer better than just the raw data. podskubka wrote: Hi I have a macro which saves my excel sheet as a text file. There are some cells which include date in dd/mm/yyyy format. When I run thi macro VBA changes the date format into mm/dd/yyyy. This means it reads day as month and vice versa. Any ideas? Thank you very much. Pete -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data validation causing problems when using a data form in Excel 2 | Excel Worksheet Functions | |||
Problems Obtaining Data | Excel Discussion (Misc queries) | |||
Problems using SaveAs and SaveCopyAs | Excel Programming | |||
SaveAs problems | Excel Programming | |||
Problems with active cell after saveas | Excel Programming |