Hello All! In my code, once I have created a query, I need to copy only the rows containing data in columns A-C. When using the code: Range(Selection, Selection.End(xlDown)).Select it appears all is well when checking with F8, but when running the whole code, the entire column is selecting...