Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I auto resize a column to fit the length of a cell's content using
the Excel Application object |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Columns("C:C").Autofit
-- HTH RP (remove nothere from the email address if mailing direct) "WilliamMomo" wrote in message ... How can I auto resize a column to fit the length of a cell's content using the Excel Application object |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is this what you wantWorksheets("Sheet1").Range("A1:E1").Columns.Au toFit--
Don Guillett SalesAid Software "WilliamMomo" wrote in message ... How can I auto resize a column to fit the length of a cell's content using the Excel Application object |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change reference for 'visual basic for application' in VBA editor? | Excel Programming | |||
How do I protect Visual Basic for Application Code | New Users to Excel | |||
VBE( Visual Basic Application) | Excel Programming | |||
How do I open an application and run a file using visual basic | Excel Programming | |||
Visual Basic run-time error when printing from web application... | Excel Programming |