Hi there!
I have a VBA Excel program designed to extract information from MyExtra Enterprise.
It happens that it only works on a few computers. In those that does not work, I get the error 'Cannot find project or library' pointing to this part of the code:
How could I add that library? or what solution could I give you?
Greetings.
I have a VBA Excel program designed to extract information from MyExtra Enterprise.
It happens that it only works on a few computers. In those that does not work, I get the error 'Cannot find project or library' pointing to this part of the code:
Private Const TIME As Long = 1200
Private lFila As Long
'Attribute VB_Name = "ModExtra"
Option Explicit
Global gExtraPath As String
Global gTimerIntervalExeExtra As String
Global gCountIntervalExeExtra As String
[highlight #FCE94F]Global gExtra As New ExtraCOM.clsExtra[/highlight]
Private lFila As Long
'Attribute VB_Name = "ModExtra"
Option Explicit
Global gExtraPath As String
Global gTimerIntervalExeExtra As String
Global gCountIntervalExeExtra As String
[highlight #FCE94F]Global gExtra As New ExtraCOM.clsExtra[/highlight]
How could I add that library? or what solution could I give you?
Greetings.