New to VBA and trying to piece together a macro but the table part is causing me problems.
I have multiple "3 or 4 column" tables on a worksheet. I want to move a cell value by Double Clicking the cell on one table, then click anywhere on another table to move that cell value to that table. When the value moves, needs to remove blanks and sort.
I need the table columns to be sorted as if they were all stacked in one column, then split back to three (or four depending on how many columns are in the table).
Any help is appreciated. Please let me know if you need more details.
I have multiple "3 or 4 column" tables on a worksheet. I want to move a cell value by Double Clicking the cell on one table, then click anywhere on another table to move that cell value to that table. When the value moves, needs to remove blanks and sort.
I need the table columns to be sorted as if they were all stacked in one column, then split back to three (or four depending on how many columns are in the table).
Any help is appreciated. Please let me know if you need more details.