Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
so will just
A & B -- Regards, Tom Ogilvy "Myrna Larson" wrote in message ... Format$(B) will also eliminate the space. On Tue, 7 Oct 2003 12:28:10 +0100, "Bob Phillips" wrote: Julian, Try Sub add_strings() A = "4=" B = Cells(1, "B") 'THE CONTENT OF THE CELLS IS 2 C = A + Trim(Str$(B)) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace numeric strings in larger text strings | Excel Worksheet Functions | |||
Assigning strings number values and adding them together | Excel Worksheet Functions | |||
Adding strings using macros | Excel Worksheet Functions | |||
How to find number of pairs of strings from list of strings? | Excel Worksheet Functions | |||
How can I count strings within strings | Excel Worksheet Functions |