excel does not recognize dates

  • Thread starter Thread starter manninp5
  • Start date Start date
M

manninp5

I'm using a access macro to export access crosstab query results to
excel. Everything works
great, except that the column names are dates that export to excel as
text. Excel formulas do not recognize it as a date, and dependent
formulas result in errors. Excel does not recognize them as a date
until I enter the cell by double clicking on it (going to
format>cells
doesn't help). After exiting, the date appears in date format and
can
be recognized by excel formulas. I've seen this many times before
and
have never found a work around other than entering and exiting the
individual cells. I posted this on microsoft.public.access and didn't
find a solution.
 
you can select the dates and replace / with / (or - with -) which has the
same effect of reentering each cell.
 
I'm using a access macro to export access crosstab query results to
excel. Everything works
great, except that the column names are dates that export to excel as
text. Excel formulas do not recognize it as a date, and dependent
formulas result in errors. Excel does not recognize them as a date
until I enter the cell by double clicking on it (going to
format>cells
doesn't help). After exiting, the date appears in date format and
can
be recognized by excel formulas. I've seen this many times before
and
have never found a work around other than entering and exiting the
individual cells. I posted this on microsoft.public.access and didn't
find a solution.

I don't have any experience with Access but I've had similar
problems in the past with data acquired from other programs.

What happens when you enter a formula in another cell that
multiplies the "text formatted" date by one and then format
it as a date?
 
Back
Top