excel - Add text to the photo using Photoshop action -


i have worksheet image filename (column a) , text added(column b) image respectively in 2 different columns.

images has been saved in separate folder

task: text defined in column b added right corner of respective image defined in column a.

is there solution using photoshop actions , vba.

you can automate entire thing excel, using vba. won't need photoshop actions.

in excel's vba editor, need make reference adobe photoshop object type library, , use automation objects top open image file, add text , save.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -