IF you have set this reference this is a way to use it (Early binding):
As far As i can see it's extremly limited exposure of the features of photoshop so don't expect much.Code:Dim Ph As PhotoshopApplication Dim Dr As IAutoPSDoc Set Ph = New PhotoshopApplication Set Dr = Ph.Open("C:\MyDrawing.psd")
Maybe CS(2) offers more




Reply With Quote