Excel VBA質問箱 IV

当質問箱は、有志のボランティア精神のおかげで成り立っています。
問題が解決したら、必ずお礼をしましょうね。
本サイトの基本方針をまとめました。こちら をご一読ください。

投稿種別の選択が必要です。ご注意ください。
迷惑投稿防止のため、URLの入力を制限しています。ご了承ください。


50316 / 76732 ←次へ | 前へ→

【31305】Re:テンプレートファイルのパス取得につ...
発言  ponpon  - 05/11/16(水) 23:25 -

引用なし
パスワード
   awuさん、KASさん。 こんばんは。

微妙に違うのですね。

Sub test()
  Dim A As String
 
  A = ThisWorkbook.Path
  MsgBox A
 
End Sub

Sub test2()
  Dim A As String
  
  A = Application.TemplatesPath
  MsgBox A

End Sub

testだと
C:\Documents and Settings\ponpon\Application Data\Microsoft\Templates

test2だと
C:\Documents and Settings\ponpon\Application Data\Microsoft\Templates\
1 hits

【31296】テンプレートファイルのパス取得について KAZ 05/11/16(水) 18:58 質問
【31303】Re:テンプレートファイルのパス取得について ponpon 05/11/16(水) 21:42 発言
【31304】Re:テンプレートファイルのパス取得について awu 05/11/16(水) 21:52 回答
【31305】Re:テンプレートファイルのパス取得につ... ponpon 05/11/16(水) 23:25 発言
【31308】Re:テンプレートファイルのパス取得につ... Jaka 05/11/17(木) 9:36 発言
【31319】Re:テンプレートファイルのパス取得につ... KAZ 05/11/17(木) 13:05 お礼
【31321】Re:テンプレートファイルのパス取得につ... Jaka 05/11/17(木) 13:28 発言

50316 / 76732 ←次へ | 前へ→
ページ:  ┃  記事番号:
2610219
(SS)C-BOARD v3.8 is Free