Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the below code that has been working fine and still does in some
macros, however in others it has stopped and returns the 424 Object Required error - Dim ws As Worksheet Dim wsName As String Set ws = ActiveSheet ws.Move After:=Sheets(Sheets.Count) lastrow = Worksheets(ws.Name).Cells(Rows.Count, "A").End(xlUp).Row Range("H2").AutoFill Range("H2:H" & lastrow) Why would this be happening all of a sudden and only in certain macros? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error 424, Object required | Excel Programming | |||
Object Required error | Excel Programming | |||
Object required error | Excel Programming | |||
Syntax Error Runtime Error '424' Object Required | Excel Programming | |||
error 424 - Object Required | Excel Programming |