M
Michael Koerner
I would like to be able to sort Column A by it's self from the top to whatever the last cell entry falls, ignoring all the other columns. Is there a macro around that will do that? TIA
You can either reference as Worksheets(4). or Worksheets("ItemList").Michael Koerner said:Jacob;
Thank you very much. I have a couple of questions.
1. I have a header row can I change xlNo to xlYes? Yes you can
2. The workbook sheet is 4 and named ItemList Can I use either 4 or ItemList
In VBE (Alt+F11) under the VBA project Treeview double click ThisWorkBook.3. I realize the macro runs every time the workbook is opened. Which is not needed. I presume I can I run it whenever I make changes to that particular sheet?
You can either reference as Worksheets(4). or Worksheets("ItemList").Michael Koerner said:Jacob;
Thank you very much. I have a couple of questions.
1. I have a header row can I change xlNo to xlYes? Yes you can
2. The workbook sheet is 4 and named ItemList Can I use either 4 or ItemList
In VBE (Alt+F11) under the VBA project Treeview double click ThisWorkBook.3. I realize the macro runs every time the workbook is opened. Which is not needed. I presume I can I run it whenever I make changes to that particular sheet?