last sheet

  1. S

    Formula to get data from the last sheet

    Hello there, I need to get formula to get data from the last Sheet of my workbook. I know, I have 36 Sheets, there are different names for them, one part starting wit KW then space and number. Another one starts with WER-Zus. space and then numbers as month and year, so for example WER-Zus...
  2. F

    Last sheet VBA

    Hi, I have a macro that runs properly and does the following steps: - Alows you to select the files you want - Copy tha range "C30:K30" of every sheet called "Factura" - Merge all the ranges in a new sheet. I want to change it in order to get the same range ("C30:K30") but from the last sheet...
  3. C

    move sheets until last one

    Hi, I am trying to navigate from one sheet to next in a loop until the last sheet where it should stop the loop. There are 24 sheets in total and I keep getting an error at the last sheet. How to fix? Do While IsError(Sheets.Count) = False Sheets(ActiveSheet.Index + 1).Activate Loop Regards...

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