ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Need help working with Sheet arrays in office 2000. (https://www.excelbanter.com/excel-programming/308940-re-need-help-working-sheet-arrays-office-2000-a.html)

Jim Thomlinson[_3_]

Need help working with Sheet arrays in office 2000.
 
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?



All times are GMT +1. The time now is 05:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com