Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm working on a programa and am trying to move some data from one sheet in a workbook to another. I wanted to move the data in seven cells from sheet 1 to sheet 2 Tried doing it with one cell This is my what my instructions look like: Sub MySub() Worksheets(Sheet2).Cells(2, 1) = Worksheets(Sheet1).Cells(2, 1) End Sub When I run it I get a Run-time Error 13 Type Mismatch error Can anyone tell me what that means and what I can to do correct the error? The cell format is "General." I have nothing else in the program. Just those lines. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual Basic Error Run Time Error, Type Mismatch | Excel Discussion (Misc queries) | |||
Run time error 1004, General ODBC error | New Users to Excel | |||
Befuddled with For Next Loop ------ Run - Time Error '13' Type Mismatch Error | Excel Programming | |||
Code Error - Run Time Error 5 (Disable Cut, Copy & Paste) | Excel Programming | |||
Run-time error '11' & Run-time error '1004' | Excel Programming |