Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / October 2007

Tip: Looking for answers? Try searching our database.

VBA - combining strings of characters

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kim.miller2@ngc.com - 05 Oct 2007 15:20 GMT
I have a 2 strings of characters in 2 spreadsheet cells and I want to
cobine them into 1 cell.

cell 1 = "Geometry"
cell 2 = "Algebra"

I want cell 3 = "Geometry / Algebra"

Can anyone help?
dd - 05 Oct 2007 15:40 GMT
I think you should have posted this in an excel newsgroup.

Anyhoo, try the concatenate function which joins several text strings into
one text string.
Syntax

CONCATENATE (text1,text2,...)

Text1, text2, ...    are 1 to 30 text items to be joined into a single text
item. The text items can be text strings, numbers, or single-cell
references.

Remarks

The "&" operator can be used instead of CONCATENATE to join text items.

eg. =A1&" / "&A2

I have a 2 strings of characters in 2 spreadsheet cells and I want to
cobine them into 1 cell.

cell 1 = "Geometry"
cell 2 = "Algebra"

I want cell 3 = "Geometry / Algebra"

Can anyone help?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.