FryGirl
Well-known Member
- Joined
- Nov 11, 2008
- Messages
- 1,338
- Office Version
- 365
- 2016
- Platform
- Windows
I can use a helper cell with =MID(A2,FIND(CHAR(10),A2),LEN(A2)) to remove all the text after the line feed, but is it possible to use something such as Evaluate in VBA to perform the action directly in A2?
In cell A2
Before
Step 1
Sometext
After
Sometext
In cell A2
Before
Step 1
Sometext
After
Sometext