Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have multiple worksheets. The number of columns of data
on each varies. (I have a variable which of the number of columns) I want to make the following changes to each sheet: 1. The first 2 rows are to be made bold 2. The first column is to be 24 wide 3. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try the following: - first group the sheets (hold down the SHIFT key while selecting the sheets) - apply your format - ungroup the sheets -- Regards Frank Kabel Frankfurt, Germany Eric wrote: I have multiple worksheets. The number of columns of data on each varies. (I have a variable which of the number of columns) I want to make the following changes to each sheet: 1. The first 2 rows are to be made bold 2. The first column is to be 24 wide 3. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Frank
Sorry, my post was incomplete. I want to do this using VBA. -----Original Message----- Hi try the following: - first group the sheets (hold down the SHIFT key while selecting the sheets) - apply your format - ungroup the sheets -- Regards Frank Kabel Frankfurt, Germany Eric wrote: I have multiple worksheets. The number of columns of data on each varies. (I have a variable which of the number of columns) I want to make the following changes to each sheet: 1. The first 2 rows are to be made bold 2. The first column is to be 24 wide 3. . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Eric
Do exactly what Frank said except that you must now go to the Tool menu and select Record Macro while doing these steps. The macro wil write the code for you in VBA Hope this is what you are looking for. Kind Regard -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting Worksheets | Excel Discussion (Misc queries) | |||
Formatting several worksheets the same | Excel Discussion (Misc queries) | |||
Formatting Worksheets | Excel Discussion (Misc queries) | |||
Formatting worksheets | Excel Discussion (Misc queries) | |||
Formatting b/w Worksheets | Excel Worksheet Functions |