パスを取得
#hfが指定された外部変形で使用します
Sub Get_Path(File_Path)
'Call Get_Path(File_Path)
Set tf = CreateObject("Scripting.FileSystemObject")
pth = ThisWorkbook.Path
Set tf_txt = tf.OpenTextFile(pth & "\jwc_temp.txt", 1, True)
Do Until tf_txt.AtEndOfStream
tmp = tf_txt.readline '1行読み込み
If Left(tmp, 5) = "file=" Then
File_Path = Right(tmp, Len(tmp) - 5)
Exit Do
End If
Loop
End Sub

Hino 13:27 2007.11.11 Sun
 署名 
 内容 
      
新しい記事
 題名 
 署名   File
 本文