View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sabo, Eric Sabo, Eric is offline
external usenet poster
 
Posts: 10
Default Date FORMAT problem

I am trying to copy data from one worksheet to another worksheet, I am using
the following code:


Range("sheetname1!A1").value = range("sheetname2!A1).value

But everytime it is putting the data in as a date going from one worksheet
to the other worksheet, I want the data to be text only and not convert it
into a date.

Is there any easier way to copy a range of cells from one worksheet to
another worksheet?

The hardiest problem I am having is finding the syntax I need to use.

Thanks!