Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to adjust the width of an individual cell (not the entire column)
in Excel using visual basic. I have been able to do it for the whole column (below), but want to know if it is possible to do it for just one cell. Sub FormatRange() Workbooks("book1").Worksheets("Sheet1").Columns("A ").ColumnWidth = 5.1 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Linking to Visual Basic for Applications Help Files | Excel Discussion (Misc queries) | |||
changing the visual basic in office 2003 to visual studio net | Excel Discussion (Misc queries) | |||
What is the column width associated with cell borders? | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |