アクティブワークブックの存在するフォルダパス(¥なし) | 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) |