View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gsurfdude Gsurfdude is offline
external usenet poster
 
Posts: 5
Default Manipulating Data in a row

Hello,

How do I change data in a column via VBA. Here's what I am referring to: In
column A I have data that looks like this
0001
0002
0003

I need to take off the leading 0 so it looks like this:
001
002
003

Any help would be appreciated !

Developer