Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys,
Any idea about how to solve this? I want to copy some cells in EXCEL to a form in WORD. The problem is when the cells in EXCEL contain some long paragraphs of text. I have done it in the following way: If wdFF.Name = "Text3" Then wdFF.Result = Range("T" & fila) End If Text3 is the field in the form where the info should be inserted. If I copy and paste manually the info to the field in the form it works fine but with the code above it does not work because it seems the object wdFF is expecting to see only a string and the info received is much longer. Is there any way to modify the format of the object wdFF from string to long?? or should I cut and put together later on? Thanks!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
long text string | Excel Programming | |||
Importing Long String - String Manipulation (INVRPT) (EDI EANCOM 96a) | Excel Programming | |||
Importing Long String - String Manipulation (EDI EANCOM 96a) | Excel Programming | |||
From String to Long | Excel Programming | |||
converting a string to long | Excel Programming |