Hello
We are building a mini database of all the claims we file with our carriers. The idea is that we fill in all the details in one tab called 'details' (the standard form that we can copy/paste from other spreadsheets also). Once completed, we run a macro after pressing a button or some command to pull all the data into another tab called 'overview'. Then over time, we will end up with an overview of all the claims we filed.
The only problem is: I have no clue how to write a macro for this.
I have an excel file which contains:
Tab 'Details'
Tab 'Overview'
Tab detail contains:
C4 - date of claim (map to tab overview - first available row in column F)
C5 - shipping date (map to tab overview - first available row in column E)
C6 - Company name
C7 - Company address
C8 - Post code/city
C9 - Country
C10 - Service provider (map to tab overview - first available row in column A)
C11 - Part numbers
C12 - Description
C13 - Order number (map to tab overview - first available row in column C)
C14 - Invoice number (map to tab overview - first available row in column B)
C15 - Claim number (map to tab overview - first available row in column D)
C16 - Weight (kg)
C17 - Price (map to tab overview - first available row in column G)
C18 - Complaint
C19 - Credit (map to tab overview - first available row in column H)
C20 - Total loss for this claim (map to tab overview - first available row in column J)
Thanks in advance!
We are building a mini database of all the claims we file with our carriers. The idea is that we fill in all the details in one tab called 'details' (the standard form that we can copy/paste from other spreadsheets also). Once completed, we run a macro after pressing a button or some command to pull all the data into another tab called 'overview'. Then over time, we will end up with an overview of all the claims we filed.
The only problem is: I have no clue how to write a macro for this.
I have an excel file which contains:
Tab 'Details'
Tab 'Overview'
Tab detail contains:
C4 - date of claim (map to tab overview - first available row in column F)
C5 - shipping date (map to tab overview - first available row in column E)
C6 - Company name
C7 - Company address
C8 - Post code/city
C9 - Country
C10 - Service provider (map to tab overview - first available row in column A)
C11 - Part numbers
C12 - Description
C13 - Order number (map to tab overview - first available row in column C)
C14 - Invoice number (map to tab overview - first available row in column B)
C15 - Claim number (map to tab overview - first available row in column D)
C16 - Weight (kg)
C17 - Price (map to tab overview - first available row in column G)
C18 - Complaint
C19 - Credit (map to tab overview - first available row in column H)
C20 - Total loss for this claim (map to tab overview - first available row in column J)
Thanks in advance!