ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I find a specific characters position in a string variable (https://www.excelbanter.com/excel-programming/355674-how-do-i-find-specific-characters-position-string-variable.html)

[email protected]

How do I find a specific characters position in a string variable
 
Hi
I need to find the position of a particular character in a string variable
within a macro.

I can do this using the command =FIND(" ",B2) in an excel sheet to return
the position of the first space in the string in Cell B2.

What is the equivilent in VBA?

I am using Excel XP (2002)

Thanks
Paul


Ardus Petus

How do I find a specific characters position in a string variable
 
i = instr(string, what)

HTH
--
AP

" a
écrit dans le message de
...
Hi
I need to find the position of a particular character in a string variable
within a macro.

I can do this using the command =FIND(" ",B2) in an excel sheet to return
the position of the first space in the string in Cell B2.

What is the equivilent in VBA?

I am using Excel XP (2002)

Thanks
Paul




David

How do I find a specific characters position in a string variable
 
excelmastery?!!?

Dude. You've totally got to get with inStr(). You will know bounty!!



" wrote:

Hi
I need to find the position of a particular character in a string variable
within a macro.

I can do this using the command =FIND(" ",B2) in an excel sheet to return
the position of the first space in the string in Cell B2.

What is the equivilent in VBA?

I am using Excel XP (2002)

Thanks
Paul


[email protected]

How do I find a specific characters position in a string varia
 
David
Worked great, I new it would be simple but I normally do financial models
and work with numbers not text.
Thanks
Paul

"David" wrote:

excelmastery?!!?

Dude. You've totally got to get with inStr(). You will know bounty!!



" wrote:

Hi
I need to find the position of a particular character in a string variable
within a macro.

I can do this using the command =FIND(" ",B2) in an excel sheet to return
the position of the first space in the string in Cell B2.

What is the equivilent in VBA?

I am using Excel XP (2002)

Thanks
Paul



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

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