![]() |
Macro to delete part of a macro
Hi,
I have create a macro in a wookbook (DB). this macro opens up another workbook (NF) and copies data from NF. NF itself has macro's within it. when I open NF through the macro in DB I want part of the thisworkbook beforeSave macro in NF to be deleted/replaced is this possible? code in NF is: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Application.EnableEvents = False If Range("G5") = "" Or Range("D7") = "" Then Cancel = True MsgBox "Please complete all Mandatory Fields" Else Run €¯saveme€¯ End If Application.EnableEvents = True End Sub It is the Run "saveme" code that I need to be deleted Any idea's? |
Macro to delete part of a macro
hi
see this site for info on how to do that.... http://cpearson.com/excel/vbe.aspx regards FSt1 "Arran" wrote: Hi, I have create a macro in a wookbook (DB). this macro opens up another workbook (NF) and copies data from NF. NF itself has macro's within it. when I open NF through the macro in DB I want part of the thisworkbook beforeSave macro in NF to be deleted/replaced is this possible? code in NF is: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Application.EnableEvents = False If Range("G5") = "" Or Range("D7") = "" Then Cancel = True MsgBox "Please complete all Mandatory Fields" Else Run €¯saveme€¯ End If Application.EnableEvents = True End Sub It is the Run "saveme" code that I need to be deleted Any idea's? |
All times are GMT +1. The time now is 10:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com