Thread
:
Limit characters
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
Limit characters
I use the code below to populate column A. Is there any way to change the
code to limit it to the first 15 characters from the left?
Me.Range("A2:A301").Value = Me.Range("B2:B301").Value
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds