How to refer to a text piece in a VBA custom function?
Maybe...
...." & ABC.Address & "=A"
But I don't really understand what you want.
FARAZ QURESHI wrote:
I have created some custom functions but am confused how to refer to a piece
of text in the code e.g.:
..." & ABC.Address & "=A
How can I refer "A"? because two inverted commas wouldn't work as:
..." & ABC.Address & ""=A"
Thanx in Advance
--
Dave Peterson
|