Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() a macro Sub changetowrap() For Each c In Selection c = Application.Substitute(c, "/", Chr(10)) Next c Selection.WrapText = True End Sub -- Don Guillett SalesAid Software "Peter from Novartis" <Peter from wrote in message ... Hi, I have a large number of cell entries, all separated by a "/", but I need to replace it by "ALT+ENTER" (the keys sequence one uses for placing several expressions within the same cell onto separate lines of that same cell). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
replace 'alt + enter' key by single 'enter' | Setting up and Configuration of Excel | |||
shading a rowwhen a time is entered but no shading when 0 is enter | Excel Worksheet Functions | |||
Is there a (non-binary) "if x then enter y" forumula? | Excel Worksheet Functions | |||
How do I enter a slash character in excel? | Excel Discussion (Misc queries) | |||
How do I create a new symbol to enter as a character? | Excel Worksheet Functions |