View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mar_male@wp.pl is offline
external usenet poster
 
Posts: 12
Default How to use "CONCATENATE" function in VBA

Hello
How can I do something like this I want to add to all cells in range
Range("A:A").SpecialCells(xlCellTypeConstants) a prefix string like UT_
for example. I know there is a "character" but how i can use it for ma
Range
____A_____B____
1 | UT_string | |
2 | UT_string | |
3 | UT_string | |
4 | UT_string | |
...........................
40| UT_string | |
41| | |
Thanks for response