Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 1234123412341234

  1. 1234123412341234

    Quitting excel but still present in memory...

    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...

Part and Inventory Search

Back
Top