Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One other way:
Sub RemoveLeftEight() Columns("A:A").TextToColumns Destination:=Range("A1"), _ DataType:=xlFixedWidth, _ FieldInfo:=Array(Array(0, 9), Array(8, 1)) End Sub jposner < wrote: I'd like to ask if someone could provide a macro that would do the following. I have several rows in one column. Looks like: 2000001_JSJSLSLS.tif I'd like to just be able to run through the entire column (approx 6300 rows) and delete the 8 Left characters while leaving the remaining characters in the cell. Result like: JSJSLSLS.tif Any help appreciated. Thanks! --- Message posted from http://www.ExcelForum.com/ -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get characters on left of specified character in Excel | Excel Discussion (Misc queries) | |||
Auto-ID and Delete/left shift cells when a cell contains text? | Excel Discussion (Misc queries) | |||
auto delete characters in cell left of @ sign | Setting up and Configuration of Excel | |||
HOW DO I EXTRACT ALL CHARACTERS AFTER 5 CHARACTERS ON LEFT | Excel Worksheet Functions | |||
Left three text characters | Excel Programming |