View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default adding text for a specific range

Put this in after you past

Set myrange = Application.Selectio
For Each c In myrang
c.Value = CStr(c.Value) & " ea
Nex