Hi,
I want create a quick excel file where if I can input the 1)name of programs and 2)if the program is being installed or removed.
Now of course, a program can been installed or removed several times so the list can contain multiple data of the same application with the latest information being sorted at the top.
So now I want to get a good overview of the applications and whether if the particular is currently installation or removed. Like being able to get a table where I can get the application name together with the status on whether it is currently "installed" or "not available"
As there are many applications, I need a VBA code and really I even do not know how to start from.
I want create a quick excel file where if I can input the 1)name of programs and 2)if the program is being installed or removed.
Now of course, a program can been installed or removed several times so the list can contain multiple data of the same application with the latest information being sorted at the top.
So now I want to get a good overview of the applications and whether if the particular is currently installation or removed. Like being able to get a table where I can get the application name together with the status on whether it is currently "installed" or "not available"
As there are many applications, I need a VBA code and really I even do not know how to start from.