2/25/2006 5:03 PM | |
Posts: 3149 Rating: (171)
|
Hi Peter, well, I am more a C and Java-man, but perhaps DISPOSE or REMOVE are "http://msdn2.microsoft.com/en-us/library/3cc9y48w.aspx"
http://msdn2.microsoft.com/en-us/library/e9hxy57s.aspx Example This example illustrates the use of the Remove method to remove objects from a Collection Object (Visual Basic) in the variable birthdays. Visual Basic Copy Code Following the first call to Remove, Count is 3, element "Bill" is deleted, and element "Pete" has index value 3. Following the second call to Remove, Count is 2, element "Mike" is deleted, and element "Pete" has index value 2. Enjoy your weekend, |
3/2/2006 9:55 AM | |
Joined: 9/27/2005 Last visit: 11/27/2007 Posts: 1398 Rating: (151)
|
Hi Peter My VBA knowledge is limited but I just did a quick test. The following code deletes an action on an object's On Click event. I am sure you can easily expand the code to suit your needs. End Sub Attachmentdelete action.zip (661 Downloads) |
This contribution was helpful to1 thankful Users |
Follow us on