lmcquade91
New Member
- Joined
- Sep 29, 2024
- Messages
- 18
- Office Version
- 365
- Platform
- Windows
Hi guys!
I am fairly new to coding and have been playing around, so am self taught.
I am having some trouble with the below.
I have a CSV file containing 14 days of roster data. I want to copy each day's data onto a new sheet.
I was thinking of using cells.find to look for the string "loc" as that separates each days data, but am not sure how to copy FROM that string UNTIL reaching next one.
if anyone can give me some code or help me out it would be greatly appreciated!! Thank you guys!
I am fairly new to coding and have been playing around, so am self taught.
I am having some trouble with the below.
I have a CSV file containing 14 days of roster data. I want to copy each day's data onto a new sheet.
I was thinking of using cells.find to look for the string "loc" as that separates each days data, but am not sure how to copy FROM that string UNTIL reaching next one.
if anyone can give me some code or help me out it would be greatly appreciated!! Thank you guys!