time format

G

Guest

I have a excel spreadsheet with a macro program. which is shared between two
machine. In one machine a cell with numeric zero when formatted to time shows
value as 12:00:00 and in the other machine it shows 00:00:00.

The macro which is looking for 12:00:00 therefore does not work as the value
is 00:00:00. Both machine are running the same version of EXCEL 2003

I cannot get the cell to read a numeric zero when formatted to time to
display 12:00:00 AM in the second machine.

Please advise and thanks in advance
 
G

Guest

Hi,
It suggests the cells are formatted differently in the spreadsheets:
in one case format is hh:mm:ss which gives 00:00:00 whereas a format of
hh:mm:ss PM gives 12:00:00 AM.

HTH
 
G

Guest

Thanks will try it and hopefully it will works

Toppers said:
Hi,
It suggests the cells are formatted differently in the spreadsheets:
in one case format is hh:mm:ss which gives 00:00:00 whereas a format of
hh:mm:ss PM gives 12:00:00 AM.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top