Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-01-2017, 09:16 AM
ilcaa72 ilcaa72 is offline Turn off an Initialized Class Windows 7 64bit Turn off an Initialized Class Office 2013
Novice
Turn off an Initialized Class
 
Join Date: Jan 2014
Posts: 27
ilcaa72 is on a distinguished road
Default Turn off an Initialized Class

hello, i have an this sub that initializes a Class event that runs code on any change of the selection. I wanted to assign a Macro button to "turn off" the event.



Whats the proper VBA to 'de-initialize' the event? thanks

Code:
Sub LoadMonitor()
    Set selMonitor = New Class1
    MsgBox "Selection Change On"
End Sub


'stored in Class Module
Option Explicit
Private WithEvents mWordApp As Word.Application

Private Sub Class_Initialize()
    Set mWordApp = Word.Application
End Sub

Private Sub mWordApp_WindowSelectionChange(ByVal Sel As Selection)
'code here for selection change
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Turn off an Initialized Class I would like a function to add sequential numbers to a class number/name Highlander01 Excel 5 01-22-2016 02:29 PM
Is it possible to bind macros to keys not in the KeyCodeConstants class? AlexR Word VBA 4 04-08-2013 10:15 AM
Evernote--Class Notes markg2 Outlook 0 05-10-2012 05:50 PM
Looking for easy and quick way to draw on class notes "x-rays - image" Lacrosseboss18 PowerPoint 0 02-04-2011 01:21 PM
Want to search for "class", replacing with document property YetAnotherAuthor Word 0 10-30-2009 09:43 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft