View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dksaluki dksaluki is offline
external usenet poster
 
Posts: 48
Default Expose Function Fieldnames to VBA

What are wanting to use those for? Those field names are just
variables that it needs. If go into your VBA code and type
"worksheetfunction.Sum( ", then the intellisense pops up and you'll
see all the arguments/variables that the Sum() function needs. Will
that do?