ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Remove active module in a copy (https://www.excelbanter.com/excel-programming/327690-remove-active-module-copy.html)

Mehrdad Hakimzadeh

Remove active module in a copy
 
I have a workbook with one module and i want to save a copy of workbook
without this module. Plaese help me to write codes to do this automaticaly.

Thanks
Mehrdad Hakimzadeh

Bob Phillips[_6_]

Remove active module in a copy
 
Here's a function

'----------------------------------------------------------------
Function DeleteModule(moduleName As String)
'----------------------------------------------------------------
Dim vbMod As Object

Set vbMod = ActiveWorkbook.VBProject.VBComponents(moduleName)
ThisWorkbook.VBProject.VBComponents.Remove vbMod

End Function


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mehrdad Hakimzadeh" <Mehrdad wrote in
message ...
I have a workbook with one module and i want to save a copy of workbook
without this module. Plaese help me to write codes to do this

automaticaly.

Thanks
Mehrdad Hakimzadeh





All times are GMT +1. The time now is 10:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com