Hi guys, just want to share my solution, it work.
Everytime you use ANY function of Excel, declare OBJECTS.
Here's an example :
Public Function GetCellValue(ByVal sCellule As String) As String
If bIsOpen Then
Dim rRange As Excel.Range
Set rRange = XLSheet.Range(sCellule)
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.