Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to automatically re-size the width of a column to fit the
widest entry, like when you double-click on the column separators? Thanks Jim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jim
record a macro whild doing this manualy and use this kind of code -- Regards Frank Kabel Frankfurt, Germany Jim Coyne wrote: Is there a way to automatically re-size the width of a column to fit the widest entry, like when you double-click on the column separators? Thanks Jim |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveCell.EntireColumn.EntireColumn.AutoFit
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Frank Kabel" wrote in message ... Hi Jim record a macro whild doing this manualy and use this kind of code -- Regards Frank Kabel Frankfurt, Germany Jim Coyne wrote: Is there a way to automatically re-size the width of a column to fit the widest entry, like when you double-click on the column separators? Thanks Jim |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bob
not ActiveCell.EntireColumn.AutoFit :-) -- Regards Frank Kabel Frankfurt, Germany Bob Phillips wrote: ActiveCell.EntireColumn.EntireColumn.AutoFit "Frank Kabel" wrote in message ... Hi Jim record a macro whild doing this manualy and use this kind of code -- Regards Frank Kabel Frankfurt, Germany Jim Coyne wrote: Is there a way to automatically re-size the width of a column to fit the widest entry, like when you double-click on the column separators? Thanks Jim |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not my day, but it does work(sic!).
You not what they say, so good I did it twice. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Frank Kabel" wrote in message ... Hi Bob not ActiveCell.EntireColumn.AutoFit :-) -- Regards Frank Kabel Frankfurt, Germany Bob Phillips wrote: ActiveCell.EntireColumn.EntireColumn.AutoFit "Frank Kabel" wrote in message ... Hi Jim record a macro whild doing this manualy and use this kind of code -- Regards Frank Kabel Frankfurt, Germany Jim Coyne wrote: Is there a way to automatically re-size the width of a column to fit the widest entry, like when you double-click on the column separators? Thanks Jim |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, that worked. I'm sure I had tried it before, but I think I was getting
the object syntax messed up, and VB was not helping me out any with . Thanks Jim "Bob Phillips" wrote in message ... Not my day, but it does work(sic!). You not what they say, so good I did it twice. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Frank Kabel" wrote in message ... Hi Bob not ActiveCell.EntireColumn.AutoFit :-) -- Regards Frank Kabel Frankfurt, Germany Bob Phillips wrote: ActiveCell.EntireColumn.EntireColumn.AutoFit "Frank Kabel" wrote in message ... Hi Jim record a macro whild doing this manualy and use this kind of code -- Regards Frank Kabel Frankfurt, Germany Jim Coyne wrote: Is there a way to automatically re-size the width of a column to fit the widest entry, like when you double-click on the column separators? Thanks Jim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Cell Width WITHOUT changing Column width | Excel Discussion (Misc queries) | |||
how do I create multiple column width in the same column in excel | Excel Discussion (Misc queries) | |||
How to make cell width different than the column width it lies in | Excel Discussion (Misc queries) | |||
Change the width of a single column in a column chart | Charts and Charting in Excel |