Can somebody please help me with VBA code to copy filtered data (excluding headers) to another sheet within the same spreadsheet.
I'm using a data filter which begins at cell A10 in Sheet X and I'd like to copy the filtered data excluding the header row and the first row (which is merely a sub-header within the data range) to the next available row in a range in Sheet Y.
Not being an expert on VBA, I have set up a range in Sheet Y called ENDPOINT (which is directly below the current last row with data) so that the macro could include an instruction which sends it to ENDPOINT, goes "End, Up", then down one row to locate the cell to which the data should be copied.
I'm aware that VBA will have a much more efficient way of locating the cell where I want the data copied. Like I said, I'm not an expert!
Any help gratefully received.
I'm using a data filter which begins at cell A10 in Sheet X and I'd like to copy the filtered data excluding the header row and the first row (which is merely a sub-header within the data range) to the next available row in a range in Sheet Y.
Not being an expert on VBA, I have set up a range in Sheet Y called ENDPOINT (which is directly below the current last row with data) so that the macro could include an instruction which sends it to ENDPOINT, goes "End, Up", then down one row to locate the cell to which the data should be copied.
I'm aware that VBA will have a much more efficient way of locating the cell where I want the data copied. Like I said, I'm not an expert!
Any help gratefully received.