Good Day,
Would require your assistance if you can help me out with the below inquiry as I'm unable to find a possible simple solution...
I have SQL data that I'm extracting and populating two sheets accordingly on daily basis. (This is done manually and sheets are refreshed with new data)
Name of tabs: (Peaked & Confirmed)
Each sheet consist obviously of different data but table extract contains the same name & number of columns.
Name & Number of Columns :
- Org_province
- Port_Of_Load
- Port_Of_Discharge
- BK_Client_Name
- FF_BK_Name
- VesselVoyage
- GrossWeight
- Export_Closing_Date_Yard
- Sail_Date
- SailWeek
- SailMonth
- Sailing_Year
- RevenueTotal
Macro Requirement: (Need your help)
Data to be extracted based on the following existing Master sheets from same Excel file:
Example:
- Peak Data would move to MasterPeak
- Confirmed Data would move to MasterConfirmed
Now my concern is that Master sheets would have to keep all records. How can a I ensure that when macro is automatically populating sheets it doesn't override records already existing and loops only to the last empty cell and populates columns from the point on?
I would appreciate your assistance if possible.
Bookmarks