0

I have an Access programm that opens an Excel and deletes it's first row with row.delete(1). But my problem is that I have to perform this task using late binding because this programm it's executed in different versions of Access so I cannot simply add the Excel Library reference to my Access to execute this method.

Is there anyway to perform this row.delete(1) with late binding?

Pᴇʜ
  • 56,719
  • 10
  • 49
  • 73
Adriiboom
  • 85
  • 13
  • 3
    https://stackoverflow.com/questions/47056390/how-to-do-late-binding-in-vba. Yes. – BigBen Dec 03 '19 at 14:09
  • 1
    Does this answer your question? [How to do late binding in VBA?](https://stackoverflow.com/questions/47056390/how-to-do-late-binding-in-vba) – Pᴇʜ Dec 03 '19 at 15:33

0 Answers0