Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I access the "Dimesions" attribute of photo files
(which Windows Explorer displays under folder details)? For example, I can get file size data using this code: Set fs = CreateObject("Scripting.FileSystemObject") Set f = fs.GetFile(FPath & "\" & FN(I)) MyFileSize = f.Size FYI: the "Dimensions" attribute contains photo "width x height" in pixels for standard photo file formats like .jpg. Thanks. Raad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I make a "tab name" the "chart title"? (question on this) | Charts and Charting in Excel | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Need command line to change "#DIV/0!" into a "0" (zero) | Excel Discussion (Misc queries) | |||
"Disk is Full" add-on question to "Can't reset last cell" post tod | Excel Discussion (Misc queries) | |||
inserting a conditional "go to" command on a excel "if" function | Excel Worksheet Functions |