Thread: Date problems
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_94_] John[_94_] is offline
external usenet poster
 
Posts: 19
Default Date problems

2003

I dim all the cells as Date 03/14/01
I dim the transferring variable as date
When I do variable = cell and then to the newcell = variable it doesn't
work. It looks like ######### until I try to format it and then it is
nonsense.

I want to pick a date out of one cell and put it into a cell on another
sheet. How do I do that so it looks right?

Thanks

John