Phil Smith
Active Member
- Joined
- Aug 13, 2004
- Messages
- 285
- Office Version
- 365
- Platform
- Mobile
Hi all.
I have a Word document which has been saved as a .txt document and then been imported into one worksheet in Excel as a table.
What I would like to do is as follows:
From the last row of data on worksheet "Jobs", variable lastrow, find the first row before it containing "London", variable jobstart.
Cut and paste range cells (jobstart,1),cells (lastrow,6) to new worksheet.
Rename new worksheet as the value in cell (3,3) on the new worksheet.
Repeat and insert new worksheet before the previously newly created worksheet.
Loop through until renamed sheet="600"
Thanks in advance.
Phil
I have a Word document which has been saved as a .txt document and then been imported into one worksheet in Excel as a table.
What I would like to do is as follows:
From the last row of data on worksheet "Jobs", variable lastrow, find the first row before it containing "London", variable jobstart.
Cut and paste range cells (jobstart,1),cells (lastrow,6) to new worksheet.
Rename new worksheet as the value in cell (3,3) on the new worksheet.
Repeat and insert new worksheet before the previously newly created worksheet.
Loop through until renamed sheet="600"
Thanks in advance.
Phil