Search results

  1. B

    Compiled workbook closing when trying to save

    I have a user that I sent an updated workbook compiled in the newest padlock version. That replaced a workbook created in the previous padlock version. When they try to save a file in the new version, the save dialog box opens and when they go to enter a new file name the entire workbook closes...
  2. B

    Error after compiling workbook

    I have a simple paste special macro assigned to a button image… Sub PasteSpecial() Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub So a user can copy data from an outside source and then select a cell in the workbook that will...
  3. B

    Keep workbook in read only state

    Is it possible to give a client a workbook that will stay in read only state? Example… I have a customer who purchases a full functional workbook and uses it for a year and creates a years worth of saved files. After the year I still want them to be able to open the saved files to view them...
  4. B

    Compiled workbook not opening saved file

    Have a customer using using Excel 365 Business Version 1904 (build 11601.20204 Microsoft Store) on Windows 10 Home. When he launches the application and selects original or saved file options… the loading dialog box opens and the loading dialog box just stays there and nothing else happens. The...
  5. B

    Error storing data in registry

    Having a customer getting this error when launching application… Error storing data in registry. Please verify your antivirus software is not interfering. Failed to set data for ‘Data’. No antivirus software turned on. He is running Windows 10 and had Excel 2007… but upgraded to the newest...
  6. B

    Deleting saved files

    After saved files are deleted the deleted file names still show up in the drop down list for selecting saved files. How can deleted file names be removed from this list? It’s confusing customers.
  7. B

    Saved file not opening?

    Have a customer using a compiled workbook. They opened it yesterday and original opened fine and they created a saved file. Today when they tried to open the saved file, he said the opening dialogue box popped up like it should and the excel file logo showed up in the task bar for a few seconds...
  8. B

    Using the same saved files on multiple computers

    If I deploy workbook with a hardware locked activation key for one computer, is it possible to use the same saved files on another hardware locked computer with a different activation key? Here’s the scenario… Company buys workbook that is hardware locked and receives the activation key. They...
  9. B

    Save Dialog Box

    How can I open the secure save dialog box via a macro to bypass clicking file and then save? I need the exact same functionality as if a user was clicking file then save… only clicking a command button instead to open the secure save dialog box. Is this possible?
Back
Top