View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld[_2_] Ron Rosenfeld[_2_] is offline
external usenet poster
 
Posts: 1,045
Default Convert text to values

On Fri, 27 Apr 2012 19:47:46 -0400, isabelle wrote:

hi Ron,

why make a loop ?

Sub MakeNumeric()
Selection = Selection.Value
End Sub

--
isabelle


I should have added that what your version does what I posted without the loop; but does not do what I meant to post :-(