HI,
I am very new to VBA and using Google to self teach!
I have data on several sheets (sheet 1-sheet14)
with data in cells (dh13-fc113)- these are concatenation of names and labour activitites/areas
and also data in in cells (fe13-gz113) - these are labour hours
I want to copy the data from the above cell ranges on each sheet and paste into a single column of a summary sheet, splitting out the concatenation into separate columns, whilst removing entire rows where there are "0" hours to produce the following output on the summary sheet:
Col A Name
Col B Activity
Col C hours (excluding 0)
So far, i have managed to pull together a macro, which gives me most of my desired output without splitting out the concatenation, but only for an individual sheet, if anyone can help me get this the rest of the way, or suggest an alternative to give me the output i need , i would be very grateful!
I have attached an image of the VBA i have currently which works for a single sheet with the concatenation in tact and the output it is providing,
I am using Office 365
Thanks in advance
I am very new to VBA and using Google to self teach!
I have data on several sheets (sheet 1-sheet14)
with data in cells (dh13-fc113)- these are concatenation of names and labour activitites/areas
and also data in in cells (fe13-gz113) - these are labour hours
I want to copy the data from the above cell ranges on each sheet and paste into a single column of a summary sheet, splitting out the concatenation into separate columns, whilst removing entire rows where there are "0" hours to produce the following output on the summary sheet:
Col A Name
Col B Activity
Col C hours (excluding 0)
So far, i have managed to pull together a macro, which gives me most of my desired output without splitting out the concatenation, but only for an individual sheet, if anyone can help me get this the rest of the way, or suggest an alternative to give me the output i need , i would be very grateful!
I have attached an image of the VBA i have currently which works for a single sheet with the concatenation in tact and the output it is providing,
I am using Office 365
Thanks in advance