View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default move '-' from back to front???

On Sun, 7 Dec 2003 08:25:21 -0600, jack27
wrote:


I often get receive data in the form 100- which tells me that the value
is negative 100.

In order to use this data properly i need to have the '-' at the front
so it can be treated as a number.

Can anyone tell me how i can create a macro to do this - it would be
much appreciated



If you have Excel 2002, you can use the Data/Text to Columns wizard


--ron