[[
ファイルのマージ
]]
Fool For the City
現在位置:
なみかわみやこの技術メモwikiです。
»
office
»
2003
»
excel
»
ファイルのマージ
文書の表示
以前のリビジョン
最近の変更
索引
ログイン
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== ファイルのマージ ====== 1.htmlファイルの任意の場所にvbaで作成したタグを埋め込む方法 まずは任意のタグを埋め込むhtmlファイルのサンプルを作成 <code> <html> <head> <title>エクセル マクロ テスト</title> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" /> </head> <body> <h1>Fool For the City</h1> <hr> <br> <!---Target--> <hr> <div align="right"> Media Kiss Lab </div> </body> </html> </code> ここでは<!---Target-->をターゲットとする。
office/2003/excel/vba00.1281268934.txt.gz · 最終更新: 2010/08/08 12:02 by miyako
文書の表示
以前のリビジョン
文書の先頭へ