Hi all I have a problem with extention of file. such as:
Dim s, s1 As String
s = "Test.doc"
i want get the value of s is in s1 as "Test.txt" such as :
s1 = "Test.txt"
so, how i can get that solution in easy way pls? Is there any bulit in function to saperate a string by any special char such as (.) dot, or change the extention only? thx advance
Dim s, s1 As String
s = "Test.doc"
i want get the value of s is in s1 as "Test.txt" such as :
s1 = "Test.txt"
so, how i can get that solution in easy way pls? Is there any bulit in function to saperate a string by any special char such as (.) dot, or change the extention only? thx advance
Comment