I try to copy one column of a table in excel, from top to end, so i use
Worksheets("she et1").Range("F6 ", Range("F6").End (xlDown)).Copy
, but it come out "Applicatio n-defined or object-defined error", anybody know what is wrong? The same code work for the column not in the table.
thanks
Worksheets("she et1").Range("F6 ", Range("F6").End (xlDown)).Copy
, but it come out "Applicatio n-defined or object-defined error", anybody know what is wrong? The same code work for the column not in the table.
thanks
Comment