Use the replace function.
Here's an example.
VB Code:
Private Function NewDate(OldDate As String) As String NewDate = Replace(OldDate, "/", "_") End Function
|
Results 1 to 7 of 7
Threaded View
|
Click Here to Expand Forum to Full Width |