Hey all!
I'm working on a new project, and I'd like to incorporate some VBA to make life easier for the end users. I'm still very new at VBA, and I'm having a hard time wrapping my head around the code I found online. (A lot of times I can deconstruct it and make sense out of it)
What I'm trying to do is this. I have two tabs in a workbook. The data I want to copy/paste is located in C22:AB22. (On the "Conversion" Tab) The DATE for this data is located in cell E29 on the same tab.
By clicking a button, I want the code to copy range C22:AB22 from "Conversion", search for the matching date in the other tab (Named "MTD") Cell range: A2:A32, and paste the data in the corresponding row. I'd also like it to paste as values AND paste formatting. I don't want to carry over the formulas. Basically an index/match, copy/paste with a click of a button.
I hope this makes sense - Please let me know if you need additional information from me on this.
Thanks so much in advance for your help!
I'm working on a new project, and I'd like to incorporate some VBA to make life easier for the end users. I'm still very new at VBA, and I'm having a hard time wrapping my head around the code I found online. (A lot of times I can deconstruct it and make sense out of it)
What I'm trying to do is this. I have two tabs in a workbook. The data I want to copy/paste is located in C22:AB22. (On the "Conversion" Tab) The DATE for this data is located in cell E29 on the same tab.
By clicking a button, I want the code to copy range C22:AB22 from "Conversion", search for the matching date in the other tab (Named "MTD") Cell range: A2:A32, and paste the data in the corresponding row. I'd also like it to paste as values AND paste formatting. I don't want to carry over the formulas. Basically an index/match, copy/paste with a click of a button.
I hope this makes sense - Please let me know if you need additional information from me on this.
Thanks so much in advance for your help!