+ Reply to Thread
Results 1 to 9 of 9

Is there a command to put in the QAT to Insert File Path in excel files?

Hybrid View

  1. #1
    Registered User
    Join Date
    08-28-2017
    Location
    Lady Lake, FL
    MS-Off Ver
    365
    Posts
    13

    Is there a command to put in the QAT to Insert File Path in excel files?

    I found the "Insert File Path" command in word and put it on my QAT. I can't find the same command in excel 2016 to put in my QAT. Is there one but named differently? I read somewhere that you can use a formula to get this but it would be so much simpler if I could just click on a command in my QAT.

    Thanks,
    cricket1001

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,825

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    Word and Excel are much different products. In spite of the fact that Microsoft has tried to give them the same look and feel by using ribbons and some similar menu commands, they have retained their respective heritages. There is no "Insert File Path" command in Excel.

    It can be done with a macro that you put in PERSONAL.xlsb and then create a QAT control for.

    Public Sub InsertFilePath()
       
       Selection = ActiveWorkbook.FullName
    
    End Sub

  3. #3
    Registered User
    Join Date
    08-28-2017
    Location
    Lady Lake, FL
    MS-Off Ver
    365
    Posts
    13

    Smile Re: Is there a command to put in the QAT to Insert File Path in excel files?

    Thanks for your help. I'm sorry it has been so long since I have replied back to you. How do I find PERSONAL.xlsb? I've done a search in File Explorer and can't find it.

    Thanks,
    BTW, I love your gif 6StringJazzer!!! May I copy/paste it to send to my brother? He would absolutely love this!!!

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,825

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    By default, Excel creates PERSONAL.xlsb in your Excel startup folder, and it opens every time you start Excel. It is hidden when opened.

    Here are two things you can do. In Excel hit ALT+F11. This will open your VBA development window. At the left you should see the Project Navigator that shows all open files. If you don't see that, go to View, Project Explorer. PERSONAL.xlsb should be at or near the top of the list. You can add the code in a Module there and link a QAT button to it.

    Also check to see where your startup folder is. Go to Files, Options, Advanced and look for this. It may look slightly different in the 2016 version. PERSONAL.xlsb should be in that folder.

    startup.JPG
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,825

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    Oh, also, I'm OK if you grab the GIF but do give me credit--I made it myself and this is the only place I use it.

  6. #6
    Registered User
    Join Date
    08-28-2017
    Location
    Lady Lake, FL
    MS-Off Ver
    365
    Posts
    13

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    How do I get the gif to animate? I saved it as a gif but only the picture shows up. I tried putting into a Word document. I actually want to send it to my brother who loved this picture and also plays the guitar, rather used to play it. I will definitely give you credit for the gif!!!!

  7. #7
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,825

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    Quote Originally Posted by cricket1001 View Post
    How do I get the gif to animate?
    Try downloading this.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    08-28-2017
    Location
    Lady Lake, FL
    MS-Off Ver
    365
    Posts
    13

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    When I tried to do what you explained above concerning me being able to put a command in my QAT that would put the file path of a workbook in a cell, I had some problems.
    1) You said "PERSONAL.xlsb should be at or near the top of the list.".
    a) I don't see "PERSONAL.xlsb" anywhere. (I am going to try a put a pic of what my list contains.)
    Attachment 740578 Well, that didn't work so well!. Anyway, PERSONAL.xlsb isn't on my list.

  9. #9
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: Is there a command to put in the QAT to Insert File Path in excel files?

    HI,
    The Personal.xlsb is created automatically at the first macro recording in your Excel desktop application and will open every time as hidden workbook
    https://support.microsoft.com/en-us/...0-6e4c3f5ee566
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

+ 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. how to browse and get the file path of Excel files and place in a cell
    By amethystfeb in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-15-2014, 01:34 PM
  2. Finding full file path from list of files in excel
    By fletch82 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2014, 08:45 AM
  3. Need a Dynamic file path to pull the numbers from different closed excel files
    By vishnu01445 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-10-2012, 11:59 AM
  4. [SOLVED] VBA - Open Excel Files with file path from Named Ranges
    By bbg22 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-06-2012, 11:41 PM
  5. Replies: 1
    Last Post: 05-24-2007, 07:28 AM
  6. Replies: 2
    Last Post: 03-21-2006, 08:15 PM
  7. Inserting Field To Insert Full Path to Excel File
    By Will in forum Excel General
    Replies: 3
    Last Post: 02-11-2006, 06:10 AM
  8. How do I insert the directory path in my Excel file?
    By Insert a Directory Path in Hea in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-04-2005, 08:06 PM

Tags for this Thread

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