Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to do the sheets individually. Here is code to loop through all
sheets... dim wks as worksheet for each wks in worksheets wks.(whatever) next wks "havocdragon" wrote: Hello all. So here is what I am doing, I have 10 sheets ( all different info) that need freeze panes, to be autofitted, change general number format, and sorted. Now I know how to program all of this individually in VBA, but I cant seem to get the autofitting, sorting, and freeze panes, done in a sheet array (number formatting seems to be just fine) . Anyone have an Idea how to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vista Business + Office 2000 : excel has stopped working | Setting up and Configuration of Excel | |||
Working with Office 2000 and Office 2003 - Urgent | Excel Discussion (Misc queries) | |||
Office 2000/Office 2003 Excel not printing landscape vise versa | Setting up and Configuration of Excel | |||
I cannot edit cell format in Excel 2000 (Part of office 2000)! | Excel Discussion (Misc queries) | |||
Office 2000 excell sheet gives error message for cell color in of. | Excel Worksheet Functions |