Kamis, 18 Mei 2023

How to fix Component Request Pending ( VBA )

In Visual Basic 6 Or VBA

Add this code after sub procedure / function procedure:

On Error GoTo Err.Handling

Add this code before End Sub line:

Err.Handling:

Set objAccess = Nothing

Bibliography:

https://www.tek-tips.com/

support.microsoft.com

https://www.vbforums.com/


Tidak ada komentar:

Posting Komentar