ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Cancatenate string (https://www.excelbanter.com/excel-programming/274939-cancatenate-string.html)

pancho[_14_]

Cancatenate string
 
The function you are needing is not called "cancatenate"
for a string, what you need is how to extract part of a
string (concatenate means you want to put two string
together)

if your string is on the variable X, the you can extract
with something like this:
myName=mid(X,1,Instr(Instr(1, X, ".")+1, X, ".")-1)


Francisco Mariscal
fcomariscal at hotmail dot com



-----Original Message-----
Hi There,

I am writing vba code in macro, How could I concatenate a
string where I want only the middle text of the string.
Something like this: "This is my string sample,
XCMWTC.MMMTTT.KKKT." and I wanted only

the "XCMWTC.MMMTTT"
and I will make this as my filenme. How could I do this?

Please help me. thanks.
August

.



All times are GMT +1. The time now is 10:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com