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...
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?
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
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.
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...
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.