I would like to protect my Excel projects (or at least the userforms) by making them dll or exe files in Visual Basic and then running them from within Excel.
The userform code references Worksheet(1).Range("A1"), etc so will this compile in vb as an exe or dll?
also, how do I execute the dll/exe from an Excel spreadsheet using the Sub Workbook_Open() procedure?
Cameron.
The userform code references Worksheet(1).Range("A1"), etc so will this compile in vb as an exe or dll?
also, how do I execute the dll/exe from an Excel spreadsheet using the Sub Workbook_Open() procedure?
Cameron.