sleeper
09-08-2004, 02:44 AM
When I paste cells in a worksheet, for some reason it pastes them as an image, rather than individual cells. It appears for example that it is a picture of a lot of cells, rather than allowing me to actually click on an individual cell. I am not sure if this makes sense, but here is the code.
tempSheet.Cells.Copy()
osheet.Cells.PasteSpecial(Excel.XlPasteType.xlPasteAll)
temp sheet is the temporary worksheet
osheet is where I want to paste all the cells
tempSheet.Cells.Copy()
osheet.Cells.PasteSpecial(Excel.XlPasteType.xlPasteAll)
temp sheet is the temporary worksheet
osheet is where I want to paste all the cells