I need a lightweight way to pull data from one Excel workbook and drop it into a new .xlsx file on a single sheet. A small, well-commented VBA macro (or a concise Python script if you prefer) that I can trigger with a button is all I’m after—no complex interface, just a dependable routine. Scope • Source: an existing workbook; assume the active sheet or a configurable range. • Destination: a fresh Excel file saved in the same folder, single-sheet, same column order. • Extras: basic error handling and a clear spot in the code where I can update the file path or sheet name. Deliverables 1. Working macro/script. 2. A short read-me explaining how to tweak the source range and where the export file will land. I can test immediately and give quick feedback, so fast turnaround is welcome.