I have a huge Excel report with many different server names and now I thought it might be possible to write a macro in VBA that creates a new excel file which is named after the server name.
For example my table has a column called "servername" and n rows which contain the name "Server1" and m rows which contain the name "Server2"
Now I want the macro to create two files, Server1.xlsx and Server2.xlsx and both files contain every row which contains the servername.
Is this possible? If yes could you please help me I have never used VBA before and dont know how to start.