Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I would like to replace a part of the text in A3 by "" (empty)for the value in A5. In short the substitute worksheetfunction ... it is bugging! Any reason why? Sub d() Dim naam As String naam = Application.WorksheetFunction.Substitute(ws.Range( "A3").Value, ws.Range("A5").Value, "") MsgBox naam End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Substitute function | Excel Discussion (Misc queries) | |||
'Substitute' function with wildcards | Excel Discussion (Misc queries) | |||
Substitute Function Question #2 | Excel Discussion (Misc queries) | |||
Substitute function | Excel Discussion (Misc queries) | |||
Case function substitute | Excel Discussion (Misc queries) |