Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Access application that pushes a recordset to an Excel
spreadsheet. The Access program calls the Excel function to autofit the columns: wks.Columns("A:Q").AutoFit This works OK, except that one of the columns has a line feed characters in it. Is there a way to autofit to the width of the column to the line feed of the longest line in the set, e.g, If the cell has: Text Foo<LFText Foobar<LFText Bar The cell should appear like this: Text Foo Text Foobar Text Bar with the autofit adjusted to the width of the 2nd line. Is this possible with Excel VBA? Joe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Autofit row/column height | Excel Discussion (Misc queries) | |||
Column Autofit | Excel Discussion (Misc queries) | |||
What DDE command may I send to Excel to autofit a column? | Excel Discussion (Misc queries) | |||
Get Autofit in Excel to format just part of a column? | Excel Programming | |||
Column Autofit Problem | Excel Programming |