-
Str Function In VBA
UsefulGyaan Has Posted the Following On 07-02-2013 12:20 PM:
The*STR function*returns a string representation of a number. Syntax The syntax for the*STR function*is: *********** STR(num) num*is the value to convert to a string. Example The*STR function*can only be used in VBA code. Here are some examples of what the*STR function*would return: STR(500) would return “500″ STR(350) would return “350″ For example: Dim strNum****** as […]http://stats.wordpress.com/b.gif?hos...f=&feed=1
Str() Function : VBA