I would like to develop a tool with visual studio 2017 that merge some csv files with InDesign templates. I've installed InDesign CS5
My main issue is that I can't figure out how to import the InDesign Library. It doesn't work when I use myInDesign = CreateObject("InDesign.Application")
and when I try to load the file "Resource for visual basic.tlb" it fails and asks me to check if the file is accessible and is a valid assembly or COM component.
What am I missing?
Thanks