View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Pearson[_2_] Robert Pearson[_2_] is offline
external usenet poster
 
Posts: 1
Default Passing a variable from sheet code to a module

Is it possible to pass a variable from a worksheet_calculate macro to a macro
in a module?

I'm familiar with public variables and calling functions, but these don't
enable me to do what I need.