如何使用vba excel獲取海報尺寸。我正在使用Windows 7操作系統。如何在Excel宏中獲取海報尺寸
圖像存在於其他路徑上。防爆。 d:\posterbank\a.jpeg,b.jpeg
和excel文件只包含像a.jpeg, b.jpeg
這樣的名稱。
我想檢查這些海報是否存在,如果是需要檢查這些海報的大小。
A = LTrim(RTrim(Sheets(sheetno).Range("m" & rowno).Value))
postername = Left(A, Len(A) - 4) & ".bmp"
If filesys.fileExists(Poster_SPath & "\" & postername) Then
Else: Call appendtofile(vbrLf & "Not found " & Eng_Title & " " & postername, Logfile_Path & "\" & "log.txt")
End If
你能否詳細解釋一下你想要的東西? – 2012-03-22 11:54:54
我在我的excel表格中有海報參考欄。我從表格中選擇海報參考,做檢查天氣海報是否存在。如果存在的話,用一些標準的高度和寬度檢查海報的高度和寬度。 – 2012-03-22 11:58:37
請原諒我的無知,但在Excel中什麼是「海報」?你的意思是? http://www.gaillovely.com/resources/poster.htm – 2012-03-22 11:59:44