+ Reply to Thread
Results 1 to 4 of 4

Delete projects

Hybrid View

  1. #1
    Registered User
    Join Date
    04-22-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    6

    Delete projects

    Please could anyone tell me how to delet a VBAproject in excel 2010?

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Delete projects

    Open the excel file containing the macros. Press Alt+F11. It will open up the code window. On the left hand side, you will see Microsoft Excel Objects and below that Modules, like Module 1, Module 2, etc. You can either right click and remove each module or just clear its contents manually. Select all code and delete.

    Then double click on each sheet in the same code window on the left hand side. If there is any code attached to each sheet, it will appear on the right hand side. Select the code and delete.

    Then save your file as .xlsx.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    04-22-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Delete projects

    Okey thank you.
    But I´m sorry I do not know how to save the file as xlsx?

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Delete projects

    When you do a Save As of your file, select Microsoft Excel Workbook from the dropdown below the filename.

+ 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