Andrew Quirl
New Member
Hi .. I am looking for advice and coding hints to get me started on a couple of macro projects. I'm trying to get more comfortable with coding to increase my level of self-sufficiency.
- Moving columns - on this one I will be copying data from columns on sheet2 and pasting into columns on sheet1, without including the header cell in the copying or pasting process. Row 1 is the header row and should be ignored.
[Ex: move data (minus header) from sheet2 colH to sheet1 colF]
- Data validation by row - the purpose of this macro is to 'clean up' a data set by analyzing each row to either delete the row or to keep the row based on if it includes one of a list of possible values. It also needs to pick out the purchase order number, name the file using the purchase order number as the name, and automatically email the worksheet to an email address.