I have a report in Excel (2010) which is refreshable. Cell S3 contains a unique 8 digit number which will be different each time the report is refreshed. Rows 1 and 2 are just headers and other info; the actual data is returned on row 3 downwards
What I'd like to be able to do is have the report automatically sort any data from row 3 downwards, A-Z by column F (and of course all the adjacent data along with their respective row, if that makes sense) if the contents of cell S3 is ever changed.
Is this possible in VBA?
Many thanks.