Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the following command to replace characters in a
string which are not allowed. I use this command up to 30 times to remove all of the unwanted characters. Is there a way to set up an array and get the function to work with one value after another in the array rather than having a separate statement for each occurrence? ReplNameChar = Application.WorksheetFunction.Substitute (ReplNameChar, "&", "_and_") ' remove & TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Which function will shorten IF-THEN-ELSE ? | Excel Worksheet Functions | |||
Which function will shorten IF-THEN-ELSE ? | Excel Worksheet Functions | |||
function for repeated cells | Excel Worksheet Functions | |||
Printing text in a repeated cell/row that is longer than repeated | Excel Discussion (Misc queries) | |||
Shorten Code? | Excel Programming |