S steveski Feb 28, 2004 #1 I have a Long variable (V1) and I would like to get its value as text Help
C Chip Pearson Feb 28, 2004 #2 Use the Str function. E.g., Dim S As String S = Str(V1) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
Use the Str function. E.g., Dim S As String S = Str(V1) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com