Hi im trying to remove - / this charecter from one row and move fresh date in next column.
Good day![]()
Hi im trying to remove - / this charecter from one row and move fresh date in next column.
Good day![]()
Happy to Help
VISHA
Click *, if the suggestion helps you!
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>> "Mark your thread as Solved"
Hi Visha,
try
![]()
Sub ertert() Application.ScreenUpdating = 0 Columns("E:E").Copy Columns("F:F") With Range("F1", Cells(Rows.Count, 6).End(xlUp)) .Replace "-", "~": .Replace "/", "~" .TextToColumns , , , , 0, 0, 0, 0, 1, "~" End With Range("F:F,H:J").Delete Shift:=xlToLeft Application.ScreenUpdating = 1 End Sub
Great nilem
it work
Thank u very much![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks