View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kleysonr kleysonr is offline
external usenet poster
 
Posts: 13
Default Function writing cells

Hi

I've created a function that call a Sub to write some cells or delete a row.
But don't work.

If i call the Sub from a button it works fine.

I saw a post saying that a function can't change cells, only Sub can do
that. But i really need that a function call a Sub to delete a row for me
because i use that function in cells' formulas.

How can i do that ?