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?
|