Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to paste some text from one worksheet to another, but I keep
getting the error "Object doesn't support this property or method". I checked in the object browser and it shows range, offset and paste as belonging to worksheets. I'm trying to paste the contents of the clipboard into cells starting 2 rows below the last cell with data in column a on the "County Records" worksheet. Worksheets("County Records").Range("a5").xlDown.Offset(2, 0).Paste I know some of you will spot this in a second. Please let me know what I'm doing wrong, and why this doesn't work even though the object browser tells me they all "fit". Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
runtime error 434, object does not support this method or property | Excel Discussion (Misc queries) | |||
object reference does not support this property or method | Excel Discussion (Misc queries) | |||
Object doesn't support this property or method (Error 438) | Excel Discussion (Misc queries) | |||
Run Time Error 438 - Object doesn't support the property or method | Excel Programming | |||
Object doesn't support this property or method | Excel Programming |