Search results

  1. W

    Some Excel-Editions don't open a file with VBA SetOption Helper

    The error is: Laufzeitfehler 1004. Die Datei *.xlsx kann von Excel nicht geöffnet werden, da das Dateiformat oder die Dateierweiterung ungültig ist. Überprüfen Sie, ob die Datei beschädigt ist und ob die Dateierweiterung dem Dateiformat entspricht. Excel 2013 Professional Plus, 2013 Home and...
  2. W

    Some Excel-Editions don't open a file with VBA SetOption Helper

    Hello! I have a problem with VBA SetOption Helper. A new file can be created and saved with VBA SetOption Helper. But this file can’t be opened on some Excel editions, but on other editions it can be opened. I would like to know if I have to change the VBA code and on which edition it works and...
  3. W

    XLS Padlock compile code

    Hello everybody! I try to compile my VBA code. I have already made several changes. But I have problems with: msgbox (vbInformation underlined) for each (following variable underlined) Application.ActiveSheet.Cells.Find(Text3, SearchFormat:=True).Activate (:=True underlined) Another error...
  4. W

    Use companion files and not allow loading/saving other workbooks

    Hello! Is it possible to use companion files and not allow loading/saving other workbooks (even with VBA code) at the same time? Thank you very much! Wolfgang
Back
Top