ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   take off the first two letters (https://www.excelbanter.com/excel-programming/355696-take-off-first-two-letters.html)

willz99ta via OfficeKB.com

take off the first two letters
 
Howdy folks,

I am looking for a way to take off the first two letters off of a list of
excel records. There are an unknown about of excel records AE there could be
2 or 15000 records.

Thanks for your help - good night and good luck,
Will the Texan

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200603/1

somethinglikeant

take off the first two letters
 
somethinglikethis:-

Sub ShortenByTwo()

Range("A1").select
Do Until IsEmpty(ActiveCell)
ActiveCell.Value = (mid(Activecell.value,3,len(activecell.value)-2)
Activecell.offset(1,0).select
Loop

Range("A1").select
End Sub



'somethinglikeant



All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com