Hi,
Hopefully I can explain what I'm looking for. I have created a tool (with the help of several on this site) that populates a sheet for exporting (only certain columns) to a .csv from a master sheet. The master sheet has 10,000 or so rows that are fixed for the most part but many columns in these rows may be modified. What I am looking for is a way for the sheet that needs to be exported to excel to only grab rows from the master sheet that have been modified from the last time I exported or opened the file, til the time I run the export macro. I had thought about having a check field on the master if modified and only copy the line if the field is checked but my concern is modifications done and the field isn't checked and they aren't exported. Sorry for the long explanation. Appreciate any guidance
Hopefully I can explain what I'm looking for. I have created a tool (with the help of several on this site) that populates a sheet for exporting (only certain columns) to a .csv from a master sheet. The master sheet has 10,000 or so rows that are fixed for the most part but many columns in these rows may be modified. What I am looking for is a way for the sheet that needs to be exported to excel to only grab rows from the master sheet that have been modified from the last time I exported or opened the file, til the time I run the export macro. I had thought about having a check field on the master if modified and only copy the line if the field is checked but my concern is modifications done and the field isn't checked and they aren't exported. Sorry for the long explanation. Appreciate any guidance