View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
FARAZ QURESHI FARAZ QURESHI is offline
external usenet poster
 
Posts: 553
Default How to refer to a text piece in a VBA custom function?

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