디렉터리 만들기 (Microsoft Word)
필요한 경우 VBA를 사용하여 디렉터리를 만들 수 있습니다. 이것은 MkDir 명령으로 수행되며 이전 버전의 BASIC에있는 동일한 명령의 나머지입니다. 구문은 다음과 같습니다.
MkDir DirName where DirName is the full pathname of the directory you want to create. If you do not use a string variable to specify the directory name, then DirName must be enclosed in quotes. You might want to use this command if you want to create a directory where you can store temporary files you are building with your macro.
_ 참고 : _
이 페이지 (또는 WordTips 사이트의 다른 페이지)에 설명 된 매크로를 사용하는 방법을 알고 싶다면 유용한 정보가 포함 된 특별 페이지를 준비했습니다.
link : / wordribbon-WordTipsMacros [새 브라우저 탭에서 특별 페이지를 열려면 여기를 클릭하세요]
.
_WordTips_는 비용 효율적인 Microsoft Word 교육을위한 소스입니다.
(Microsoft Word는 세계에서 가장 인기있는 워드 프로세싱 소프트웨어입니다.)이 팁 (12482)은 Microsoft Word 2007, 2010 및 2013에 적용됩니다.
Word의 이전 메뉴 인터페이스에 대한이 팁의 버전은`link : / word-Creating_a_Directory [Creating a Directory]`에서 찾을 수 있습니다.