D
Dale
Excel 2003
I have a 3 worksheet workbook (Instructions, Contacts, Import), On the
Contacts worksheet there is 5 columns, Column "A" has a numeric value
of "1" in all cells (Approx 300 Rows that contain data) The other
columns contain text.
This workbook is for a master email list that will allow a user to
select the contacts they want to import into Outlook (on the Contacts
Sheet) by removing the "1" in Column "A"
After the user has removed the "1" from all rows that they do NOT want
imported, then I want them to be able to click a button to have vba
select all rows that have a numeric value of "1", copy & Paste into
Worksheet "Import" starting at cell A2.
This will allow the user to then import worksheet "Import" into
Outlook.
I need help with the code to select, copy, & paste.
Any and All Help Appreciated!
Dale
I have a 3 worksheet workbook (Instructions, Contacts, Import), On the
Contacts worksheet there is 5 columns, Column "A" has a numeric value
of "1" in all cells (Approx 300 Rows that contain data) The other
columns contain text.
This workbook is for a master email list that will allow a user to
select the contacts they want to import into Outlook (on the Contacts
Sheet) by removing the "1" in Column "A"
After the user has removed the "1" from all rows that they do NOT want
imported, then I want them to be able to click a button to have vba
select all rows that have a numeric value of "1", copy & Paste into
Worksheet "Import" starting at cell A2.
This will allow the user to then import worksheet "Import" into
Outlook.
I need help with the code to select, copy, & paste.
Any and All Help Appreciated!
Dale