Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 228 Bytes

Function_Variable Module.md

File metadata and controls

11 lines (7 loc) · 228 Bytes

Option Explicit

Public openwb As Workbook Public objLogExcel As Object

Function pass() As String 'This Function will set a password for the workbook to use in every sheet

pass = "Password" 'choose your password

End Function