activeworkbook.worksheets

  1. M

    Macro to protect all sheets that are not hidden

    Hello, I'm trying to create a macro to protect all sheets at the same time. Below is what I have been trying, but its not working. ANy ideas? Sub protectsheets() Dim wSheet As Worksheet For Each wSheet In ActiveWorkbook.Worksheets wSheet.Protect Password:="margin" Next wSheet End Sub Sub...
  2. W

    Brain dead - what am i doing wrong

    For Each ws In ActiveWorkbook.Worksheets ws.Select entire.Columns.AutoFit entire.Rows.AutoFit Columns("G:G").EntireColumn.Delete Columns("E:E").EntireColumn.Delete Next ws
  3. M

    VBA code not looping through sheets

    Hi, Would anyone be able to tell me why this code doesn’t loopto the next worksheet and only performs the task on the activesheet? I realise my code is poor but this is just a tester for afew additional tasks to be performed within the loop – but at this stage I can’teven get the loop to work...
  4. R

    Hide/Unhiding Rows by Value Problem

    Hello All, Thanks for your help in advance. I created this macro below which hides/unhides the entire row if value is zero. Everything works fine until the spreadsheet is asked to hide too many rows and then crashes. Is there a work-around here? I am at a loss... Sub...
  5. H

    Change code to dynamic range

    Hello, I have this code and I would like it to stop at the last row of the data in each sheet. Option Explicit Sub LoopThroughSheets() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ActiveSheet.[d1:d33] = ActiveSheet.Name...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top