View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AlanG AlanG is offline
external usenet poster
 
Posts: 1
Default add a word to text in a cell

I have a text string in a cell and I want to add a new text string in front
of the existing text string in the same cell. For example, the word "place"
is already in the cell and I want to add the word "this" in front of the word
"place" to form a new string in the cell that is "this place". How would I do
this in visual basic?