+ Reply to Thread
Results 1 to 2 of 2

Macro name showing twice

  1. #1
    Registered User
    Join Date
    05-31-2012
    Location
    Dhaka, Bangladesh.
    MS-Off Ver
    Excel Office 365
    Posts
    99

    Macro name showing twice

    Good Morning!
    I am facing an unusual issue. Few of my macros name has been showing twice but macro is working properly. And “PERSONAL.XLSB!” is showing before every macro. I have attached a screenshot. But previously, names were okay and “PERSONAL.XLSB!” wasn’t there. Is there any way to change the double name into one? How can I remove the word “PERSONAL.XLSB!” from every macro?

    Thank You !

    Double Name.jpg
    Last edited by romandotcom; 09-16-2014 at 06:44 AM.

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Macro name showing twice

    Hi,

    1. You probably have a Module with the name of 'RomanCensus' and a Sub/Function with the same name.

    For example if you put the following Macro in Module1, you will see the same behavior.
    Please Login or Register  to view this content.
    It is a bad idea to have multiple items with the same name, even if they are modules, functions, types, or variables. It is even worse to use a name that is the same as an Excel KEYWORD.

    To correct the problem, I would rename the module to 'ModRomanCensus'.

    2. The PERSONAL.XLSB can not be removed. It is there to show that the macros are in your 'Personal Macro File' and not in the current file you are working on.

    Lewis
    Last edited by LJMetzger; 09-16-2014 at 10:54 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Macro not showing in tools-macro-macros
    By koklok123 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 03-22-2018, 03:35 AM
  2. Macro not showing up in Macro List
    By trjchatham in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-08-2014, 02:53 PM
  3. Showing images using macro
    By s128 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-21-2013, 06:27 AM
  4. Showing the last day with a sale with a macro
    By TheClerk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-24-2009, 09:21 AM
  5. macro warning still showing
    By avidcat in forum Excel General
    Replies: 3
    Last Post: 12-29-2006, 12:51 PM

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