View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default List workset fucntions

I went into Excel's help and searched for the worksheet functions. Then I
copied the short descriptions (by category) to an MSWord document.

Not quite the same thing, but not too difficult either.

Jan Kronsell wrote:

Is there a way to list all worksheet functions in Excel, using VBA?

I've tried something like

For Each W in WorksheetFunctions

and something like that.

Jan


--

Dave Peterson