Hi, tigress, Gamecock.
I am having the same problem with dates in Excel.
Have you been able to solve it?
I am saving dw with dates to Excel file. After it is saved, the user can not sort data by that column. The reason is : date format from sybase "mm-dd-yyyy hh:mm:ss".
I was able to find a solution in Excel itself:
Use replace function to replace "00:00:00" with " ". In this case the time and the single quote in the beginning of the date dissapear, which makes the field sortable.
Now I am trying to automate it in PB.
I save the data in Excel format and the open it thru OLE.
However I can not find solution for using vb "Replace" function in pb code. It gives me errors.
Any suggestions??
Please help, anybody.
Thank you,
pbp