View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
gajendra_vba[_5_] gajendra_vba[_5_] is offline
external usenet poster
 
Posts: 1
Default Making a number have Text format


I did not understand your problem correctly but whenever and where eve
you need to conver a value to text format you may use *CStr* function
Example is as follows:
Range("A2")=Cstr(Range("A1"

--
gajendra_vb
-----------------------------------------------------------------------
gajendra_vba's Profile: http://www.excelforum.com/member.php...fo&userid=2993
View this thread: http://www.excelforum.com/showthread.php?threadid=49686