Thread
:
adding text for a specific range
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chris
external usenet poster
Posts: 244
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
Reply With Quote
Chris
View Public Profile
Find all posts by Chris