Hi everybody, I am new, this is my first post.
Anyone can help me with the following question?
Given an excel cell with line breaks (Alt+Enter or line breaks from text copied and pasted), is there a way to adjust the height of the cell so that it fits the number of text lines without wrapping/ showing the full text?
My need is just to realize at a glance how many rows are there in a cell, but not to see the full content, which may be quite long for each line.
Background:
I am exporting to excel the content of an Access field Excel via VBA code:
DoCmd.OutputTo acOutputQuery, [query name], acFormatXLS
The content of this access field needs to have line breaks, either entered manually or via VBA code.
I am trying to understand if there is any character that I can use to achieve what mentioned above.
Thanks for your help
Anyone can help me with the following question?
Given an excel cell with line breaks (Alt+Enter or line breaks from text copied and pasted), is there a way to adjust the height of the cell so that it fits the number of text lines without wrapping/ showing the full text?
My need is just to realize at a glance how many rows are there in a cell, but not to see the full content, which may be quite long for each line.
Background:
I am exporting to excel the content of an Access field Excel via VBA code:
DoCmd.OutputTo acOutputQuery, [query name], acFormatXLS
The content of this access field needs to have line breaks, either entered manually or via VBA code.
I am trying to understand if there is any character that I can use to achieve what mentioned above.
Thanks for your help