View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kelly[_9_] Kelly[_9_] is offline
external usenet poster
 
Posts: 13
Default Is this macro scenario possible using VBA?

Aloha again,

I have an add-on question regarding this macro. Is it possible to also
ascertain the dimensions of the JPEGS? In an ideal world, it would
process like this:


A1 = C:\pathtofolder\foldername
A2 = photoname1.jpg
A3 = width dimension
A4 = height dimension
A5 = photoname2.jpg
A6 = width dimension
A7 = height dimension
etc...

I imagine that the dimension information can be extracted from the file
properties, no? If not, is there some other way of ascertaining the
dimensions?

I really appreciate any energy devoted to my inquiry.

Mahalo,

Kelly




*** Sent via Developersdex http://www.developersdex.com ***