excel

Our Excel VBA Training is focussed for solving real life problems people face in their daily life. Microsoft Excel is used in many companies and it is a robust powerful tool, but with the help of VBA Programming in Microsoft Excel things can be automated.

There is an excel sheet with the two columns, Employee ID and Employee Name. We also have a notepad file which has only the Employee ID of the employee.

Our task is to replace the Employee Id in the notepad with their corresponding Employee Name. The Employee Name needs to be picked from the excel file.

Our Macro will one by one go through each of the Employee Id in the excel sheet and search it in the notepad file, if Employee Id is found in the notepad it will be replaced by the Employee Name which is present right next to the Employee Id

Backup of the Notepad file