- 帖子
- 1
- 主題
- 1
- 精華
- 0
- 積分
- 2
- 點名
- 0
- 作業系統
- WIN7
- 軟體版本
- Office 2002
- 閱讀權限
- 10
- 性別
- 男
- 來自
- 台北
- 註冊時間
- 2015-3-30
- 最後登錄
- 2019-2-3
|
圖片放在附註,圖片路徑問題
請問各位
我如果把圖放在"C:\TEST\",讀取圖檔完全沒有問題
但我如果把圖放在"C:\Program Files\Parse\ImageStore"
圖檔完全讀取不到
請問這問題有人遇到過嗎?
EXCEL VBA新手提問- Range().Select
- Range("A1").AddComment
- Range("A1").Comment.Visible = False
- Range("A1").Comment.Text Text:=""
- Range("A1").Select
- Range("A1").Comment.Visible = True
- Range("A1").Comment.Shape.Select True
- Selection.ShapeRange.Fill.Transparency = 0#
- Selection.ShapeRange.LockAspectRatio = msoTrue
- Selection.ShapeRange.Line.Weight = 0.75
- Selection.ShapeRange.Line.DashStyle = msoLineSolid
- Selection.ShapeRange.Line.Style = msoLineSingle
- Selection.ShapeRange.Line.Transparency = 0#
- Selection.ShapeRange.Line.Visible = msoTrue
- Selection.ShapeRange.Line.ForeColor.RGB = RGB(0, 0, 0)
- Selection.ShapeRange.Line.BackColor.RGB = RGB(255, 255, 255)
- Selection.ShapeRange.Fill.Visible = msoTrue
- Selection.ShapeRange.Fill.ForeColor.RGB = RGB(255, 255, 255)
- Selection.ShapeRange.Fill.BackColor.SchemeColor = 80
- Selection.ShapeRange.Fill.UserPicture "C:\TEST\"
複製代碼 |
|