Bass71
MIS
- Jun 21, 2001
- 79
Hello:
I am trying to add characters(a double quote) to the beginning and the end of a text string in an excel cell, assuming certain conditions are met. I'm not sure if I have to use the Left/Right Functions or some derivation of what I have attempted below:
If ActiveCell.Value <> "" Then
ActiveCell.Value = """ & ActiveCell.Value & """
End If
Thanks so much...................RO
I am trying to add characters(a double quote) to the beginning and the end of a text string in an excel cell, assuming certain conditions are met. I'm not sure if I have to use the Left/Right Functions or some derivation of what I have attempted below:
If ActiveCell.Value <> "" Then
ActiveCell.Value = """ & ActiveCell.Value & """
End If
Thanks so much...................RO