Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have make this Columns in exel
Columns("A:A").Select Selection.ColumnWidth = 6 Columns("B:B").Select Selection.ColumnWidth = 33 Columns("C:C").Select Selection.ColumnWidth = 8 Columns("D:D").Select Selection.ColumnWidth = 9 Columns("E:E").Select Selection.ColumnWidth = 9.14 Columns("F:F").Select Selection.ColumnWidth = 13 When I try the program it´s make this Columns("A:A").Select Selection.ColumnWidth = 6 Columns("B:B").Select Selection.ColumnWidth = 33 Columns("C:C").Select Selection.ColumnWidth = 9,14 Columns("D:D").Select Selection.ColumnWidth = 9,14 Columns("E:E").Select Selection.ColumnWidth = 9.14 Columns("F:F").Select Selection.ColumnWidth = 13 What must I do, to make columns with I want to make??????? -- I hope someone can help me. Mvh. Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I make columns independent of each other? | Excel Discussion (Misc queries) | |||
How do I make headers for columns in which their are 6 columns? | Excel Worksheet Functions | |||
Make Columns A&B on Sheet2 always equal Sheet1 table columns A&B | Setting up and Configuration of Excel | |||
Make Columns A&B on Sheet2 always equal Sheet1 table columns A&B | Excel Worksheet Functions | |||
Make 2 long columns into 8 shorter columns | Excel Programming |