Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please help with the following macro, sometimes it works but when it doesn't
I get the following error message "Runtime error '91 object variable or With block variable not set". It stops on this row, rw1 = rng.Find(".", , , xlWhole).Row Private Sub Worksheet_Activate() Dim cell As Range Application.ScreenUpdating = False Cells.EntireRow.Hidden = False Set rng = Sheets("income").Range("A9:A100") rw1 = rng.Find(".", , , xlWhole).Row rw2 = rng.Find("Funding Council grants", , , xlWhole).Row Range(Cells(rw1, "A"), Cells(rw2 - 3, "A")).EntireRow.Hidden = True Cells(1, "A").Select Application.ScreenUpdating = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error when running cut & paste macro | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Highlight Range - wrong macro, please edit. | Excel Worksheet Functions |