View Single Post
 
Old 02-13-2014, 11:04 AM
gmaxey gmaxey is offline Windows 7 32bit Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,601
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

Nope it is not proper. Insert an new class module and put that code there. Then initialize the class using something like this in the standard module:

Code:
Option Explicit
Private m_selMonitor As Class1
Sub LoadMonitor()
Set m_selMonitor = New Class1
End Sub
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote