Thread: Custom Fucntion
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Sadik Sadik is offline
external usenet poster
 
Posts: 5
Default Custom Fucntion


Hi Tom,

Thanks for your reply. The user would select the A (first
argument), and it can be any cell. Once the selection is
made, can this be treated as absolute reference without
the user having to insert the doller signs manually.
Thanks a lot. This thing is driving me .....

Regards

-----Original Message-----
=MyFunc($A$1,B1)

--
Regards,
Tom Ogilvy


"Sadik" wrote in

message
...
Hi Evereyone,

Say the following custom function:

function MyFunc(A,B)

I want to make A to be absolute reference and B to be
relative reference. Therefore, when this function is
copied down a column, A always refers to the same cell.

I
would like to call it and copy down a column using

another
macro and no manual input.

Any help is appreciated.



.