Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub add_strings()
A = "4=" B = CELLS(ROW,"B") 'THE CONTENT OF THE CELLS IS 2 C= A + STR$(B) END SUB The result is 4= 2 I don't want the space between the 4= & the 2 Is there a way of combining the two, but removing the leading space ?? |
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 |