Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I have a cell containing characters in A1 The Characters are right aligned. I want to delete the righmost 6 characters in the cell. I am trying something like Sub Remove_Characters() Anystring = Range("a1") MyStr = Right(Anystring,6) MyStr Delete End Sub It isn't working. Am I using Delete in the correct context? Thanks I am running Win XP Pro and Excel Office XP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to delete last X number of characters in a cell | Excel Discussion (Misc queries) | |||
Delete first two characters in a cell... | Excel Worksheet Functions | |||
Delete first few cell characters | Excel Discussion (Misc queries) | |||
delete all the cell that contains more than 25 characters | Excel Discussion (Misc queries) | |||
can i delete the last 3 characters in each cell in a column in 1 . | Excel Discussion (Misc queries) |