Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
oops use THIS
Sub deleteleftthree() For Each c In Selection c.Value = Mid(c, 4, Len(c) - 3) Next End Sub -- Don Guillett SalesAid Software "Tiffany" wrote in message ... I need to remove the first three characters from a string of text for example tbwGo_Home - I would like the result to be Go_Home |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing 2-3 characters at the end | Excel Worksheet Functions | |||
removing characters | Excel Discussion (Misc queries) | |||
Removing characters | Excel Discussion (Misc queries) | |||
Removing characters | Excel Discussion (Misc queries) | |||
Removing characters | Excel Worksheet Functions |