Hi All:
I am looking for a suggestion (or redirection to a similar post) regarding copying data from Multiple Workbooks into 1 WORKBOOK WITH A SPECIFIC NAME
Background : HOPEFULLY this will make sense
I have modified a spreadsheet that copies 1 worksheet to a NEW Workbook and saves it to the Users Desktop in a folder titled Customer.
I then have a button that is on the Newly created worksheet. When you click it it simply copies the range Data (A2:P2) to the clipboard.
The user then needs to copy this data to a workbook titled Customer Setup which is located in a subfolder within the Customer folder. It is in a folder titled Request.
C:\Documents and Settings\"&Environ("Username")&"\Desktop\Customer\Request\Customer Setup.xls
Currently to copy the data the user will click the button that puts the data on the clipboard and then go to the next available row of the Customer Setup workbook and right click in column A and Paste the data.
They will do this 20 times. The workbooks that the data is being copied form all have different names. The only thing in common for the 20 files is they all have ARIR in their name.
FINALLY to my whole Point
Instead of clicking the button and copying the range Data to the clipboard how can I get VBA to copy the data directly to next available row of the workbook titled Customer Setup? Once it reaches row 21 DO NOT COPY the data just give a message stating that "Customer Request form is FULL. Please send it for Processing"
I HOPE someone can read through the mess above and has an idea of what I am rambling on about.
ANY Suggestions?
THANKS in advance to anyone that can assist or steer me in the right direction.
Take Care,
Mark
I am looking for a suggestion (or redirection to a similar post) regarding copying data from Multiple Workbooks into 1 WORKBOOK WITH A SPECIFIC NAME
Background : HOPEFULLY this will make sense
I have modified a spreadsheet that copies 1 worksheet to a NEW Workbook and saves it to the Users Desktop in a folder titled Customer.
I then have a button that is on the Newly created worksheet. When you click it it simply copies the range Data (A2:P2) to the clipboard.
The user then needs to copy this data to a workbook titled Customer Setup which is located in a subfolder within the Customer folder. It is in a folder titled Request.
C:\Documents and Settings\"&Environ("Username")&"\Desktop\Customer\Request\Customer Setup.xls
Currently to copy the data the user will click the button that puts the data on the clipboard and then go to the next available row of the Customer Setup workbook and right click in column A and Paste the data.
They will do this 20 times. The workbooks that the data is being copied form all have different names. The only thing in common for the 20 files is they all have ARIR in their name.
FINALLY to my whole Point
Instead of clicking the button and copying the range Data to the clipboard how can I get VBA to copy the data directly to next available row of the workbook titled Customer Setup? Once it reaches row 21 DO NOT COPY the data just give a message stating that "Customer Request form is FULL. Please send it for Processing"
I HOPE someone can read through the mess above and has an idea of what I am rambling on about.
ANY Suggestions?
THANKS in advance to anyone that can assist or steer me in the right direction.
Take Care,
Mark