String Function « Data Type « VBA / Excel / Access / Word

VBA / Excel / Access / Word
1. Access
2. Application
3. Data Type
4. Data Type Functions
5. Date Functions
6. Excel
7. File Path
8. Forms
9. Language Basics
10. Math Functions
11. Outlook
12. PowerPoint
13. String Functions
14. Windows API
15. Word
16. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
VBA / Excel / Access / Word » Data Type » String Function 
1. Format() Formats strings, dates, and numbers as specified.
2. InStrRev begins searching at the end of a string and returns the position where one string is found within another string:
3. Instr function returns the position where one string begins within another string
4. Left(string, length) returns the specified number of characters from the left end of a string
5. Right(string, length) returns a specified number of characters from the right end of a string
6. Mid(string, start[, length]) returns the specified number of characters from inside the given string
7. UCase returns a string that is all uppercase
8. InStr() Returns the location of the first character of a substring within another string.
9. InStr(): A number representing the place value of a particular character within a string
10. Using LTrim, RTrim, and Trim to Trim Spaces from a String
11. Len() Returns the number of characters in a string.
12. Len() return the number of characters in a string
13. LCase() Converts the string to lowercase.
14. UCase() Converts the string to uppercase.
15. StrReverse() Reverses the order of the characters in a string.
ww__w__._j_a__v___a___2_s.___c_o___m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.