I always get this error:

RUNTIME ERROR '32809'

Application-defined or Application-Defined error

file_Path = interpo.ActiveSheet.Range("B12").Value
number_of_loops = (interpo.ActiveSheet.Range("B9").Value - interpo.ActiveSheet.Range("B6").Value + 1) * 96

do anyone know how to fix this.

Did you define interpo correctly?..
Did you initialize interpo object correctly?..
Are you using late binding or early binding (using reference)?..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.