+ Reply to Thread
Results 1 to 10 of 10

Delete code when copying

  1. #1
    Forum Contributor Bob@Sun's Avatar
    Join Date
    09-03-2009
    Location
    Montuak, Usa
    MS-Off Ver
    Excel 2007
    Posts
    438

    Delete code when copying

    I am using the code below to copy a sheet to new file end send via email. As I have some vba code in the sheet which I am coping I need to delete before sending.

    Please Login or Register  to view this content.
    I found on the net that if I add this line to the code, it will delete the vba from the sheet

    Please Login or Register  to view this content.
    But it keeps giving me an error.

    Any ideas?
    Last edited by Bob@Sun; 01-23-2010 at 02:15 PM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Delete code when copying

    What error?

    Have you checked the References - VBA Extensibililty library?

    Is the VBA Project locked?
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Contributor Bob@Sun's Avatar
    Join Date
    09-03-2009
    Location
    Montuak, Usa
    MS-Off Ver
    Excel 2007
    Posts
    438

    Re: Delete code when copying

    I did not check the References - VBA Extensibililty library and do not know what to check Please explain

    Also, I am not sure where exactly should I add those lines. I added then in this part of the code

    Please Login or Register  to view this content.
    The error is Object doesn't support this property or method

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Delete code when copying

    Hi,

    Further to Roy's suggestion about checking that in the VBA Tools References, you have the VBA Applications Extensibility checked, you may find the following useful. It deletes all VBA code. (From Chip Pearson's admirable web site).

    Please Login or Register  to view this content.
    HTH
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Forum Contributor Bob@Sun's Avatar
    Join Date
    09-03-2009
    Location
    Montuak, Usa
    MS-Off Ver
    Excel 2007
    Posts
    438

    Re: Delete code when copying

    Richard,

    Can you please tell how can integrate the code that you provided in my code?

    I am having dificulties with that

    Thanks

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Delete code when copying

    Hi Bob,

    Probably the easiest way is to add the procedure DeleteAllVBACode() as a completely separate procedure and then call it from your existing macro. So immediately under the two lines of code in your macro which create the copy of the sheet as a new workbook, viz.

    Please Login or Register  to view this content.
    add the line:
    Please Login or Register  to view this content.
    At this point your existing macro will break out to the DeleteAllVBACode macro, delete the code in the copy workbook and then return to your macro.

    HTH

  7. #7
    Forum Contributor Bob@Sun's Avatar
    Join Date
    09-03-2009
    Location
    Montuak, Usa
    MS-Off Ver
    Excel 2007
    Posts
    438

    Re: Delete code when copying

    I did as you sad. I have The Microsoft Visual Basic for Application Extensibility 5.3 check and now
    I am getting error here:

    Please Login or Register  to view this content.
    Run-time error 5

    Invalid procedure call or argument

  8. #8
    Forum Contributor Bob@Sun's Avatar
    Join Date
    09-03-2009
    Location
    Montuak, Usa
    MS-Off Ver
    Excel 2007
    Posts
    438

    Re: Delete code when copying

    I got it to work!

    Please Login or Register  to view this content.



    Thanks for the ideas!
    Last edited by Bob@Sun; 01-23-2010 at 02:17 PM.

  9. #9
    Registered User
    Join Date
    07-05-2010
    Location
    Italy
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Delete code when copying

    Hi, I tried to use your code in mine:
    Set Destwb = ActiveWorkbook
    Destwb.VBProject.VBComponents(ActiveSheet.CodeName).CodeModule.DeleteLines 1, _
    Destwb.VBProject.VBComponents(ActiveSheet.CodeName).CodeModule.CountOfLines

    I am trying to copy a sheet and delete the code already in it. But it always gives me an error: compile error, expcted end property?
    Do you have any idea?
    Thanks
    Topazia
    Last edited by shg; 07-05-2010 at 07:31 PM. Reason: deleted quote

  10. #10
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Delete code when copying

    Welcome to the forum.

    Please take a few minutes to read the forum rules, and then start your own thread. When you do, use CODE tags for code.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1