Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Extracting specific data from a string
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Gary''s Student, post: 6392389"] Use Split: Sub MonthGetter() Dim s As String s = "Greensboro C&A PF Jan 09 wk2 lw" v = Split(s, " ") MsgBox (v(3)) End Sub Split in VBA is similar to Text to Columns in the worksheet. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Extracting specific data from a string
Top