Hi everyone,
I'm a little new to VBA. Wanted to know if there is an easy to learn and customize VBA syntax that can serve my purpose. My task involves copying and pasting (as formatted values - color, decimal etc.) from one workbook to another based on the following criteria. For simplicity, lets assume the source workbook is called "Source" and info is in a tab called "Sheet 1". The output will be generated in a workbook called "Output", in a tab called "Report". The criterion are as follows:
1. If the displayed value in column C in the "Sheet 1" tab is a 0, the corresponding row will be skipped and the next row will be copied.
2. Only columns with matching column headers (in row 1 in both sheets) match, the corresponding data will be copied.
Any direction would be much appreciated.
Thanks
I'm a little new to VBA. Wanted to know if there is an easy to learn and customize VBA syntax that can serve my purpose. My task involves copying and pasting (as formatted values - color, decimal etc.) from one workbook to another based on the following criteria. For simplicity, lets assume the source workbook is called "Source" and info is in a tab called "Sheet 1". The output will be generated in a workbook called "Output", in a tab called "Report". The criterion are as follows:
1. If the displayed value in column C in the "Sheet 1" tab is a 0, the corresponding row will be skipped and the next row will be copied.
2. Only columns with matching column headers (in row 1 in both sheets) match, the corresponding data will be copied.
Any direction would be much appreciated.
Thanks