Recent content by mukeshrgarg

  1. M

    With XLSPadlock security, All sheet disable right click / double click only one sheet has right click option

    Thanks for your prompt response. i try below code code for enable in a particular sheet and provide certain row to delete, but not success. Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean) Cancel = False 'Right Click is Enable End Sub If you have some other...
  2. M

    With XLSPadlock security, All sheet disable right click / double click only one sheet has right click option

    I have an Excel Workbook, having 10 Sheet. I want all 9 Sheet to disable right click and double click, but one sheet has option to right click, as have option this with XLSPadlock security option?
  3. M

    Add-in 2 System Error. Code 33

    Same Issue faced by my client also.
  4. M

    SOLVED Add-in 1 System Error. Code: 59

    Thanks, Done and resolve issue after compile with new version.
  5. M

    SOLVED Add-in 1 System Error. Code: 59

    Dear’s While running compiled exe file is running below error is display Add-in 1 System Error. Code: 59. An unexpected network error occurred
  6. M

    Fail to prepare 64-bit mode. Error: A, Error code: 8

    One of our customer face below two issue Failed to prepare 64-bit mode. Error: A call to an OS function failed A 64-bit version of Excel has been detected but the application failed to initiate the 64-bit mode. Please contact the vendor. Error code: 8
  7. M

    After compilation External reference excel file not found

    Thanks. Now it’s working fine. 🌹🙏 With Regards,
  8. M

    After compilation External reference excel file not found

    Thanks. Now its working.🌹🙏
  9. M

    After compilation External reference excel file not found

    Yes This file is companion. This file is in same folder where exe file is present. If you have a proper video how to create and compile file. if I / we miss can correct our process.
  10. M

    After compilation External reference excel file not found

    Thanks for your new version of 2024.1 After compilation exe with external reference Excel file giving error. where as both the file Exe and external reference files are on same location. As per your instruction using below code: Public Function PathToCompiledFile(Filename As String) Dim...
  11. M

    Protected sheet row is not deleted where data is delete

    Thanks, During compilation Right click was disabled. I enabled this option to delete the complete row.
  12. M

    Protected sheet row is not deleted where data is delete

    The above portion is done even facing issues. Below is a link to the file: https://drive.google.com/file/d/1JHD3_H4rIdtkWBAQsVx5ndFOgqOyz2Vr/view?usp=sharing Sheet entry is option to delete row, once i select row and delete content is deleted not row.
Back
Top