Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am referencing cells of a workbook (cells contain sentences/paragraphs) from another workbook. When the workbook (doing the referencing) opens and the user chooses "Update" several of the sentences are cut off in a fraction of the cells. Is there a limit to the number of characters each cell reference can transpose (for lack of a better word) from the second document? If there is a limit, does the length of the file path to the referenced document count toward the number of characters? Lastly, is there a way to capture and display all of the information in each of the referenced cells without truncating the information (maybe some sort of copy rather than referencing?). Please Reply, -- Mike Nowak |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the "sending" workbook is closed, then the string is truncated to 255
characters. If that sending workbook is open, you'll see the whole string. I don't know a way around this--except to open the other workbook--or use multiple cells in the sending workbook (no more than 255 characters in each). Mike wrote: Hello, I am referencing cells of a workbook (cells contain sentences/paragraphs) from another workbook. When the workbook (doing the referencing) opens and the user chooses "Update" several of the sentences are cut off in a fraction of the cells. Is there a limit to the number of characters each cell reference can transpose (for lack of a better word) from the second document? If there is a limit, does the length of the file path to the referenced document count toward the number of characters? Lastly, is there a way to capture and display all of the information in each of the referenced cells without truncating the information (maybe some sort of copy rather than referencing?). Please Reply, -- Mike Nowak -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Dave. I currently have a macro that opens the "referenced" workbook
and closes it, as this is the only thing that seemed to work. I thought it was a bad perminent fix but it would appear that it is the only fix. Thanks for the information. Best Regards, -- Michael J. Nowak Energy Systems/Dow Chemical Texas City, TX "Dave Peterson" wrote: If the "sending" workbook is closed, then the string is truncated to 255 characters. If that sending workbook is open, you'll see the whole string. I don't know a way around this--except to open the other workbook--or use multiple cells in the sending workbook (no more than 255 characters in each). Mike wrote: Hello, I am referencing cells of a workbook (cells contain sentences/paragraphs) from another workbook. When the workbook (doing the referencing) opens and the user chooses "Update" several of the sentences are cut off in a fraction of the cells. Is there a limit to the number of characters each cell reference can transpose (for lack of a better word) from the second document? If there is a limit, does the length of the file path to the referenced document count toward the number of characters? Lastly, is there a way to capture and display all of the information in each of the referenced cells without truncating the information (maybe some sort of copy rather than referencing?). Please Reply, -- Mike Nowak -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing workbook from cells in another workbook | Excel Programming | |||
Referencing Workbook Name | Excel Programming | |||
How do I save an Excel workbook so that cells referencing another. | Excel Discussion (Misc queries) | |||
Referencing cells in another workbook | Excel Programming | |||
Referencing cells in another workbook | Excel Programming |