View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Is there a VBA Function for WorksheetFunction.Text?

Take a look at Format in VBA's help. It's not exactly the same, but similar.

Dennis wrote:

2003

Is there a VBA Function for WorksheetFunction.Text?

TIA EagleOne


--

Dave Peterson