View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
sup191[_16_] sup191[_16_] is offline
external usenet poster
 
Posts: 1
Default truncating pasted text after 250 characters

I need to have the column automatically truncate the data as soon a
it's pasted in column I. I've tried using the sub you posted b
calling it with:

If Not (Intersect(Target, Range("I:I")) Is Nothing) Then
Application.EnableEvents = False
TrimText
End If


The spreadsheet I'm editing is used by a lot of people who don'
understand what macros do, and I want to automate things to avoid an
confusion that might come up. If I called the sub with the abov
statement, wouldn't that do the same trick as running the macr
manually after the data is pasted

--
Message posted from http://www.ExcelForum.com