Skip to content

Instantly share code, notes, and snippets.

@yamatetsu0111
Created December 18, 2020 03:44
Show Gist options
  • Save yamatetsu0111/69f8c682085b3a74520180166df86a55 to your computer and use it in GitHub Desktop.
Save yamatetsu0111/69f8c682085b3a74520180166df86a55 to your computer and use it in GitHub Desktop.
dim FileName as string
dim PassCord as string
FileName = "任意の文字列"
PassCord = "任意の文字列"
Workbooks.add
with activeworkbook
.saveas FileName ,password:=PassCord
.close
end with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment