View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sheldon Potolsky Sheldon Potolsky is offline
external usenet poster
 
Posts: 15
Default Using RIGHT function to get right-most digit for each cell in acolumn

Without looping, in VBA, how would I take each numeric value in column
A and change it's value to get only the right-most digit?
Thanks,
Sheldon