Search results

  1. zelarra821

    List all song features

    https://www.access-programmers.co.uk/forums/threads/list-all-song-features.334559/post-1973361 Thank you very much. The magnanimous @isladogs shared a database with me that provided the solution I needed.
  2. zelarra821

    List all song features

    https://www.mrexcel.com/board/threads/reading-and-editing-metadata-file-properties.1254596/ Here is the post.
  3. zelarra821

    List all song features

    That's the option that I'm gonna use
  4. zelarra821

    List all song features

    Hello. Following my comment about using ExifTool, I'm looking at the program, and it turns out it doesn't have a visual interface; everything is done through command lines. I found a post by a guy who created an interface in 2015, but he hasn't done anything since then, as it was for his...
  5. zelarra821

    List all song features

    That's what I gonna do
  6. zelarra821

    List all song features

    Wow, what a pain! Then I'll have to add the metadata little by little, because there are more than 2,000 songs that I want to assign a genre and another tag with a personal classification to, but I have to find the metadata to use so it works with foobar2000 and PowerAmp. Thanks a lot, folks.
  7. zelarra821

    List all song features

    Using your database, I've located the IDs for the metadata I want to add to each of the songs. Example: I now have the ID for the music genre. Okay, so now I need a macro that adds the music genre to each of the songs, taking the value (i.e., the music genre) from a table I created containing...
  8. zelarra821

    List all song features

    @isladogs, I love you, marry me, please That's what I needed. One last thing. Now that I have the IDs I need, I need a macro that takes the ID value (it can be one or more) for each of those songs from a table I created specifically for that song and adds it to the metadata for those songs.
  9. zelarra821

    List all song features

    I know that. But since I'm looking for certain attributes, and I'm tired of searching for them one by one, I want to create that table with all the available attributes (name and ID) for each song, so I can find the ones I need. That's why I'm asking for help with that code, because Excel is...
  10. zelarra821

    List all song features

    Hi guys. I need your help because I don't see the error. I'm attaching the Excel spreadsheet I'm working on. In the "Folder.GetDetailsOf" sheet, I have a table with all the existing and future characteristics of a file, regardless of the file type. Since I want to extract certain...
  11. zelarra821

    Solved Create several MergeField by VBA

    Hola, Edgar. Perdóname por no contestar antes, pero he estado de mudanza, y con el trabajo además, me ha sido podido responder antes. Yo ya le he encontrado lo que pasa. Es un aplicativo de la Administración, que genera informes en Word, pero hay campos que da error por algún motivo que...
  12. zelarra821

    Solved Create several MergeField by VBA

    Hi. It works fine for me. That's what I need. However, there's a little problem with blank fields (attached files) when I execute to get fields value. Is there an option to skip that window? Thanks a lot.
  13. zelarra821

    Solved Create several MergeField by VBA

    Hi everyone. I need help with a problem I'm having with Word. I have a table with the field names I need to create, and I want to do it using VBA, so that it goes through the left column and generates the field as it appears in the right column, like this: {MERGEFIELD Example1}. I've only...
  14. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    Thanks, Edgar. It's all right.
  15. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    Ok, guys. Thanks for all information.
  16. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    Do you know where I can find more information and examples for VSTO addin? Thanks.
  17. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    I know that. Thanks for that advise. So, how could I block access if user try to enter via Developer Tab?
  18. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    I know That's the reason I want to learn how to hide VBA project, not protect. Thanks.
  19. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    I've already solved it. What I did was create a form to ask for a password if the user wants to access the VBA project, enabling or disabling ALT + F11, and hiding the VBA window if opened via the Developer tab. Thank you very much.
  20. zelarra821

    Solved Protect VBA Project Programmatically with SendKeys

    Hi guys. I need your help. I want to protect/unprotect a VBA project using SendKeys based on the value of a specific cell in a specific sheet. I created this macro, in which I set the sheet where it will check whether or not to protect the VBA project and the password, and then use SendKeys...
Back
Top Bottom