Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way of automating the 'Fit Columns to Data' when your selection changes in your table/chart e.t.c?
I know you can change this manually but wondered if there was a way of automating this due to large column width with small data!
Many thanks
Andy Savage
Andrew, There is no default feature for auto fit. But with the help of macro you can achive little near. Write a macro for OnActivateSheet sub zoom ActiveDocument.ActiveSheet.FitZoomToWindow end sub Regards. Siva Sankar