-
VBA Error: RTE 424 Object Required...
I have reviewed several forums for this issue on this site and others and none of the examples provided appear to be like the situation that I am having.
Summary:
Error received when calling procedure from a self created class through a click of a command button on a user form. I have instantiated the class and intellisense recognizes it showing my sub procedures in the class.
Code:
Public utility As Utilities
Public Sub CommandButton1_Click()
Set utility = New Utilities
utility.startTimer ---> This is where debugger
End Sub errors out.
Please help,
Garrett
Similar Threads
-
By CJ Howorth in forum .NET
Replies: 4
Last Post: 02-21-2002, 05:12 PM
-
By Jaco de Villiers in forum XML
Replies: 1
Last Post: 06-01-2001, 05:50 PM
-
Replies: 0
Last Post: 05-01-2001, 02:46 PM
-
By Greg Dirst in forum authorevents.appleman
Replies: 1
Last Post: 04-10-2000, 02:56 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks