Recent content by Mylton

  1. Mylton

    VBA doubts

    I think. I just think that the three are interconnected in the protection there in projectbin. Maybe one is a result of the others. But anyway... I'll read more.
  2. Mylton

    VBA doubts

    Good evening Could someone explain how a cmg, pdb and cg interact in an excel vba? Thanks
  3. Mylton

    Solved Best way to protect VBA code in Excel

    Thanks
  4. Mylton

    Solved Best way to protect VBA code in Excel

    Wow.....
  5. Mylton

    Solved Best way to protect VBA code in Excel

    Thank you
  6. Mylton

    Solved Best way to protect VBA code in Excel

    I understood. But is my line of reasoning wrong? If not... even if the person didn't know what the original CMG code they were from could they see the codes again? As for the spreadsheets themselves... if you block the view by VBA, would you still be able to do so?
  7. Mylton

    Solved Best way to protect VBA code in Excel

    detail... this spreadsheet was zipped so that it could be attached here. I think that to test it you should unzip it and then yes... carry out the valuable tip you gave. sorry for the writing. I'm using a translator.
  8. Mylton

    Solved Best way to protect VBA code in Excel

    IslaDogs… I saw your tip and was thinking here… Is that what happens??? What happens when someone tries to reverse the changes made? 1. What you did: By replacing the sequence after CMG= (for example, CMG=abdcrft) with CMG=FFFFFFF, you essentially removed the protection or password from...
  9. Mylton

    Solved Best way to protect VBA code in Excel

    Well... from what little I know... The VBA password (Visual Basic for Applications) used to protect projects in Excel and other Microsoft Office applications is not considered a robust form of security for several reasons: Weak encryption: Older versions of VBA use weak encryption, making it...
  10. Mylton

    Solved Best way to protect VBA code in Excel

    * Thanks for the tip. I’will take a look and wait for any further help from the forum friends.
  11. Mylton

    Solved Best way to protect VBA code in Excel

    Thanks for the tip. I’ll take a look and wait for any further help from the forum friends.
  12. Mylton

    Solved Best way to protect VBA code in Excel

    Hi everyone, I’m looking for an effective way to protect my VBA code in Excel and prevent unauthorized access or copying. I know Excel has a built-in password protection option, but I’m looking for something more secure. Does anyone have any recommendations for specific tools, advanced...
  13. Mylton

    SQLITE and Access

    good morning I'm sorry for the delay. But he was busy at work. I read carefully what everyone said and I really appreciate the tips, advice and support. Thank you all bom dia Desculpe a demora. Mas ele estava ocupado no trabalho. Li atentamente o que todos disseram e agradeço muito as dicas...
  14. Mylton

    SQLITE and Access

    Text chatgpt When you link SQLite tables to MS Access using the Microsoft Access Database Engine (ACE), you will need to ensure that the same Open Database Connectivity (ODBC) driver is installed on all other PCs where you want to use the database. Here is a general guide on how to do this: 1...
  15. Mylton

    SQLITE and Access

    Resultado da tradução The idea would be to have a BE that supports more data and doesn't need to install everything like SQL. From what I read, SQLite wouldn't need it. It's because I don't have the knowledge that you have that I have this doubt. Could you explain... please
Back
Top Bottom