VBABEGINER
Well-known Member
- Joined
- Jun 15, 2011
- Messages
- 1,284
- Office Version
- 365
- Platform
- Windows
Can any one help me in this,
how do I make this statement in correct manner..
The entire code is,
how do I make this statement in correct manner..
myCell.Replace "/", "/01/", xlPart, after "* Ed. *", , , False, False
The entire code is,
If myCell Like "* Ed. *" Then 'example= ABC-19076 Ed. 01-16
myCell.Replace " Ed. ", Chr(1), xlPart, , , , False, False
myCell.Replace "/", "/01/", xlPart, after "* Ed. *", , , False, False
myCell.TextToColumns , xlDelimited, , , False, False, False, False, True, Chr(1)
End If