Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a AutoFit C API function in Excel which i can use to set a
column to auto fit? THanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is an autofit method.
Worksheets("Sheet1").Columns("A:I").AutoFit "Donos" wrote: Is there a AutoFit C API function in Excel which i can use to set a column to auto fit? THanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to know the C API finction for AutoFit. The below code snippet
might be usinf Ole. I need like xlcXXXXX fundtion. Thanks, Siva "JLGWhiz" wrote: There is an autofit method. Worksheets("Sheet1").Columns("A:I").AutoFit "Donos" wrote: Is there a AutoFit C API function in Excel which i can use to set a column to auto fit? THanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AutoFit function | Excel Worksheet Functions | |||
AutoFit function | Excel Discussion (Misc queries) | |||
Excell autofit row height function | Excel Worksheet Functions | |||
How do I modify the autofit function in Excel? | Excel Discussion (Misc queries) | |||
autofit function in excel | Excel Programming |