View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default 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