creating a UDF for copy
Yes.
Thanks for pointing that out.
"JMay" wrote:
Wouldn't it be best to assign
Function copyCell(rng As Range) As Variant ?
"Sheeloo" wrote:
Try
Function copyCell(rng As Range) As String
copyCell = rng
End Function
but Excel already provides for that
simply say
=A1
in B1
-------------------------------------
Pl. click ''''Yes'''' if this was helpful...
"TG" wrote:
I would like to copy cell A1 to B1 without higlighting the cell and clicking
copy. I would like to use a UDF to copy a cell.
can anyone helomp me?
Thanks in advance,
TG
|