PDA

View Full Version : Str Function In VBA



Transformer
07-02-2013, 11:51 AM
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?host=usefulgyaan.wordpress.com&blog=50473542 &post=1131&subd=usefulgyaan&ref=&feed=1

Str() Function : VBA (http://usefulgyaan.wordpress.com/2013/07/02/str-function-vba/)