Hello again.
I need a VBA code that can copy/combine certain cell values from certain worksheets into 1 worksheet. I have been searching the internet & found a good code that I have tried to tweak to fit my situation but have had only limited luck. My workbook is a shared workbook that is updated on a daily basis.
What I need the code to do is copy the occupied cell content from each worksheet starting at cell C3 and paste it into the master worksheet starting in cell A3. Data is added to each sheet on a daily basis and each sheet will have a different amount of data on it (one sheet might have 27 rows of content and another 15). I don't know if there is a way to copy/paste the conditional formatting also, if not, then that is not a big deal.
I have attached a copy of a very condensed version of the worksheet with only a small amount of data on it. I also have a tab that shows the original code that I am trying to use. I have updated the names of the worksheets in the code but I have left all the other code as it was.
Can you please look at the code and tell me what needs to be changed to accomplish this task?
Thanking you in advance!!
Bookmarks