View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kman Kman is offline
external usenet poster
 
Posts: 14
Default Beginners Question

Hello all,

I wrote a function that returns the value to the cell in which it is
executed and modifies adjacent cell, but apparently you couldn't do that as
functions aren't allowed to READ or MODIFY contents of other cells?

So I have to write a sub procedure it seems. My question to you is, how
could I execute a sub procedure, and how would I pass arguments to it?

Thanks for you assistance.