Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
I'm puzzled. I had a perfectly working code using
range(range("A1"), range("A1").SpecialCells(xlLastCell)).copy and range(range("A1"), range("A1").SpecialCells(xlLastCell)) .AutoFilter Field:=2, Criteria1:="36084" and all of a sudden, I get this error message: Compile error: Wrong number of arguments or invalid property assignment Any thoughts? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use variable in Workbooks("book1").Worksheets("sheet1").Range("a1" | Excel Programming | |||
"Subscript out of range" error for: Workbooks("Test1.xls").Save | Excel Programming | |||
Using "Cells" to write "Range("A:A,H:H").Select" | Excel Programming | |||
XP VBA: Range("A2", ActiveCell.SpecialCells(xlLastCell)).Select | Excel Programming |