I'm trying to write a range into an array so I can then write that array into a new range. I keep getting an "Application-defined or object-defined error" on the line "columnData = Worksheets("start").Range(Cells(rowFirst, column(1)), Cells(rowLast, column(1))).Value."
rowFirst, rowLast, column() are all integer variables.![]()
Please Login or Register to view this content.
Thanks for any help.
Bookmarks