Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VBA Code to read a substring
#3
Not Solved
Yes Please show an example..

Sample snipet -> hope you might be right track

strstring = "Unified"
strlen = Len(strstring)
Character = "f"

''Gets Length of the string
Msgbox strlen

CharacterPosition = Instr(1,strstring,Character)

''Gets Position of character
Msgbox CharacterPosition
Reply


Messages In This Thread
RE: VBA Code to read a substring - by Ankur - 09-07-2016, 04:21 PM
RE: VBA Code to read a substring - by venkatesh9032 - 10-04-2016, 09:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Want to read the data from excel and set read value in the JavaTable rajeevk7 0 2,174 07-10-2017, 04:20 PM
Last Post: rajeevk7
  Find out if QTP is running using VBA TurtleRock 0 2,079 09-07-2012, 04:53 PM
Last Post: TurtleRock
  VBA Application in Excel seema 0 1,742 08-28-2008, 04:29 AM
Last Post: seema
  Substring Anna 3 9,700 07-21-2008, 03:16 PM
Last Post: bhanu_bp7

Forum Jump:


Users browsing this thread: 1 Guest(s)