Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-13-2016, 05:13 AM
Jow Jow is offline Insert more than 500 characters on FormField Word by VBA Windows 7 32bit Insert more than 500 characters on FormField Word by VBA Office 2010 32bit
Novice
Insert more than 500 characters on FormField Word by VBA
 
Join Date: Sep 2016
Posts: 3
Jow is on a distinguished road
Default Insert more than 500 characters on FormField Word by VBA

Hi!
How can i insert a FormField on Word whit more than 500 characters, by VBA? I'm trying by code below, but it's inserting only the first 255 characters an the lasts 255 characters, but my complete text has around 900 characters, its inserting my text cuting..

If Len(FillText) > 255 Then
SecondBit = Right(FillText, 256)
.FormFields("fldIndeferidos").Result = FirstBit
.Unprotect
.Bookmarks("fldIndeferidos").Range.InsertAfter SecondBit
.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
Else
ActiveDocument.FormFields("fldIndeferidos").Result = FillText
End If

...i have tryed change the code to create ThirdBit for more than 510 characteres, but i had not success..

Thanks
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert more than 500 characters on FormField Word by VBA How to insert paragraph character after every 500 characters? aditya_bokade Word VBA 28 11-13-2021 10:48 PM
Macro to insert WordArt characters Jennifer Murphy Word VBA 1 02-25-2014 03:10 AM
Insert more than 500 characters on FormField Word by VBA Formfield calculation Joachim Word 4 03-08-2013 01:56 AM
Junk characters (box-like characters) in Word file Sashikala Word 1 04-20-2010 02:03 PM
Auto populate formfield from dropdown menu jmofstead Word 0 02-26-2010 10:35 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft