Skip to content

Commit

Permalink
Create Function_Variable Module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Believe82 authored Apr 11, 2024
1 parent 7f8b442 commit 2305a90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Function_Variable Module.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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

0 comments on commit 2305a90

Please sign in to comment.