We are trying to automatically paste html table into excel from a web page.
The html table is automatically created and we assign to the clipboard. This works fine.
If we try and paste from within javascript to excel: ActiveSHeet.Paste then the dates are formatted incorrectly. for instance 01/02/2003, 1st Feb is pasted as the 2nd Jan. While dates with days greater than 12 are pasted correctly though are text not dates.
WHat should we do?