Relative Content

Tag Archive for excelvbaexcel-2016

How to compare two lists when one list is the same repeated in Excel 2016

I am currently working with a large a series of data sheets at various lengths (1500-15000 lines) that record training records for employees. The current system built by a previous employee has no automation and takes a very long time for the department that utilizes the sheet to update it. Since they have to go to each employee to add the course.

How to copy merged cells with VBA

I have 2 Excel file with same format but one is Master file (for calculating) and one file is extracted data from system. I want to copy extracted file’s data to Master file with VBA but it didn’t work.

Create Vertical Scrolling Text in UserForm

Trying to create a userform in VBA excel where in the text can be scrolled vertically to show what I add in specific cells of excel. I am using version 2016 of excel.