Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Is there a VBA Function for WorksheetFunction.Text?

2003

Is there a VBA Function for WorksheetFunction.Text?

TIA EagleOne

  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Is there a VBA Function for WorksheetFunction.Text?

Thanks Dave!


Dave Peterson wrote:
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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Is there a VBA Function for WorksheetFunction.Text?

Just to be sure; I believe that you meant .FormatNumber because
Format() seems to apply to dates.

EagleOne


Dave Peterson wrote:
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


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Is there a VBA Function for WorksheetFunction.Text?

I really meant Format, as in:
Msgbox Format(1234.34,"$#,0.00")
msgbox format(now,"yyyy_mm_dd__hh:mm:ss")



Dennis wrote:

Just to be sure; I believe that you meant .FormatNumber because
Format() seems to apply to dates.

EagleOne

Dave Peterson wrote:
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


--

Dave Peterson


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find WorksheetFunction - finding text within text Marcotte A Excel Programming 1 January 24th 05 10:16 PM
Unable to get the Text property of the WorksheetFunction class John[_86_] Excel Programming 5 November 25th 04 01:40 AM
application.worksheetfunction. <function (syntax) Peter[_21_] Excel Programming 3 September 1st 04 08:24 PM
WorkSheetFunction.CountIf & WorkSheetFunction.SumIf with 2 conditions? Etien[_2_] Excel Programming 3 January 13th 04 04:07 PM
Using Excel WorksheetFunction.Mode function in Access VBA ANE Excel Programming 5 December 13th 03 08:26 PM


All times are GMT +1. The time now is 03:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"