Equivalent of the TEXT function in VBA
Solved
François
-
François -
François -
Hello,
I'm looking for the equivalent of the functions istext() and isnumber() for VBA...
Help me
Thank you
I'm looking for the equivalent of the functions istext() and isnumber() for VBA...
Help me
Thank you
Configuration: Windows Vista Internet Explorer 7.0
Related links:
- [VBA] Equivalent function to "Starts with"
- transcribe the max function
- VBA: function to display results
- [VBA Excel] Text based on time
- the equivalent of Application.WorksheetFunction.RoundUp in VBA
- Private Sub Workbook_Open() Application.ScreenUpdating = False End Sub Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.ScreenUpdating = True End Sub