Excel VBA Tips

アクティブワークブックの存在するフォルダパス(¥なし) ActiveWorkbook.Path
画像貼り付け(ブック内に保存) シートオブジェクト.Shapes.AddPicture( _
Filename:=ファイルパス, _
LinkToFile:=False, _
SaveWithDocument:=True, _
left:=Selection.Left, _
Top:=Selection.Top, _
Width:=0, _
Height:=0)
画像貼り付け(リンク貼り付け) シートオブジェクト.Shapes.AddPicture( _
Filename:=ファイルパス, _
LinkToFile:=True, _
SaveWithDocument:=False, _
left:=Selection.Left, _
Top:=Selection.Top, _
Width:=0, _
Height:=0)
web拍手
This entry was posted in Excel VBA, Tips. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>