엑셀 2010 창 2개 띄우기

Jmnote (토론 | 기여)님의 2012년 2월 3일 (금) 10:38 판 (→‎참고 자료)


1 Program Files에 설치된 경우

  • 즉 C:\Program Files\Microsoft Office\Office14 에 EXCEL.EXE가 있는 경우
  • 아래 내용을 excel2010.reg에 저장한 후, 더블클릭하여 실행
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office14\\EXCEL.EXE\" /m \"%1\""
"command"=-

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office14\\EXCEL.EXE\" /m \"%1\""
"command"=-

[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]

[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]

2 Program Files (x86)에 설치된 경우

아래 내용을 excel2010.reg에 저장한 후, 더블클릭하여 실행

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]
@="\"C:\\Program Files (x86)\\Microsoft Office\\Office14\\EXCEL.EXE\" /m \"%1\""
"command"=-

[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]
@="\"C:\\Program Files (x86)\\Microsoft Office\\Office14\\EXCEL.EXE\" /m \"%1\""
"command"=-

[-HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\ddeexec]

[-HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\ddeexec]

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}