Using VBA, given a start column and row number, can I hide the remaining columns/rows quickly?
Eg. On sheet1, I am using columns 1-8, rows 1 to 90.
I want to hide the remaining cells (columns 9 to whatever IV is and rows 91 to 65536).
Note, I am "creating" the sheet in VBA so a method of hiding it all and then widening those that ARE used would be useful too.
Thanks
Applications Support
UK
Eg. On sheet1, I am using columns 1-8, rows 1 to 90.
I want to hide the remaining cells (columns 9 to whatever IV is and rows 91 to 65536).
Note, I am "creating" the sheet in VBA so a method of hiding it all and then widening those that ARE used would be useful too.
Thanks
Applications Support
UK