Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to coping and paste the contents of cell, and I'm pasting
something, just not the correct data. In the cell that I'm coping is the value 1 the value that gets pasted if 1/1/1900 Here is the code that I'ce got Debug.Print rngFind.Offset(0, 2).Value // prints one in the Immediate window which is correct jnk = rngFind.Offset(0, 2).Value //jnk is = "1" x.Offset(0, 8).Value = jnk // the celvalue is 1/1/1900 Debug.Print x.Offset(0, 8) // prints 12/31/1899 in the Immediate window Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How copy none excel data & paste in 2007 without overwriting data | Excel Discussion (Misc queries) | |||
Copy and Paste data | Excel Programming | |||
filted data, copy and paste a col. puts data in wrong row how fix | New Users to Excel | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
IN AN IF FORMULA COPY STRING OF DATA IF A CELL IS CORRECT | Setting up and Configuration of Excel |