Recent content by Owais

  1. O

    Workbook not deactivating automatically

    Hello, Any update? Its going to be two weeks now.
  2. O

    Workbook not deactivating automatically

    Hello, I have 3 variations of my file. The one day file does not expire after the time days as defined in keymaxdays. However, it just mentions to enter the activation token again and it starts working. Can you please let me know how to have it disabled after the time frame?
  3. O

    Workbooks.json confugration

    Hello, Can you please tell me why this error is coming? I have two excels so far in workbooks.json configured. Am I going something wrong?
  4. O

    Wordpress curl error

    Hello, Can you please tell me why this error is coming?
  5. O

    Certificate Signing Help

    I would like to know a few things. I understand that both EV and OV Certificates are for organizations. For me as a freelancer, what is the solution available for my XLS file as I intend to distribute it. Do I need to purchase two certificates, one for . EXE application and one for my VBA Code...
  6. O

    Distributing .exe file

    Can PaquetBuilder handle all the four tasks I’ve mentioned above?
  7. O

    Enabling the "Save as" option for end user with conditions in place

    Please find the code below. In the normal excel workbook , a .csv copy of the workbook gets saved in the same folder each time the macro is run. But in the XLSPadlock compiled workbook, nothing gets saved when the macro is run. We have purchased xlspadlock, and now we need to cater to the end...
  8. O

    Distributing .exe file

    Just to clarify, we mean we want to automate the 4 tasks for the end user through just one installer file when we distribute our workbook through xls padlock.
  9. O

    Distributing .exe file

    Our VBA code requires selenium basic to be installed. We’re looking to distribute our macro enabled excel file (in .exe) to the end user, and along with it want the end user to also install ‘selenium basic’ download the latest chromedriver and replace it with the chrome driver in the selenium...
  10. O

    Compilation error- "EXE output file is locked..."

    When I click Build Application this is the message I get, “ERROR The EXE output file is locked. Cannot overwrite it: make sure the secure workbook application is closed or check if a third-party software such as an antivirus has not blocked access to the EXE file.” Even though the workbook...
  11. O

    Enabling the "Save as" option for end user with conditions in place

    Thank you for the reply but I still face an issue. I’ve written a VBA code(works perfectly) which exports a csv(utf-8) format excel workbook in the same folder as the original. But when I build the .exe application using padlock and run the same macro. The csv(utf-8) file that gets saved is...
  12. O

    Enabling the "Save as" option for end user with conditions in place

    Hi, I want the end user to be able to save the file through the “Save As” option in ONLY the “.csv format” with 2 conditions in place: The user should not be able to access the macro. The user can only use the “save as” option if the file has less than 40 rows. Kindly let me know how I can...
Back
Top