Thread
:
Convert values to strings
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chris
external usenet poster
Posts: 244
Convert values to strings
I noramlly use the Text function to convert values. How do
I do it in VBA?
I tried ActiveCell.Value =
Application.WorksheetFunction.Text(ActiveCell.Valu e, "0")
but it didn't work.
Thanks in advance for any help.
Reply With Quote
Chris
View Public Profile
Find all posts by Chris