Check If Excel Workbook is Already Open or Not

In my case, I work a lot with transferring data from current Excel Workbook to another Excel Workbook, and to be able to do that, of course I need to make sure whether the destination Workbook is already open or not.

The following excel vba function assigned to check whether a workbook we need is open or not.

Using Workbook name as an input parameter, the function will do a looping in Workbooks collection to check all opened Workbook name, if there is a Workbook with the same name with the Workbook that we looking for, then the function will return true, and false if otherwise.

Public Function CheckSourceAvailability(sWorkBook As String) _
  As Boolean
    Dim wb As Workbook, bResult As Boolean
    bResult = False
    For Each wb In Application.Workbooks
        If InStr(LCase(wb.Name), LCase(sWorkBook)) > 0 Then
            bResult = True
            Exit For
        End If
    Next wb
    CheckSourceAvailability = bResult
End Function

All information about opened Workbook was saved by Excel in a collection object called Workbooks, just like Worksheets collection used by Excel to save information about all the Worksheets available.

FIN.

This entry was posted in Cells and Range and tagged , . Bookmark the permalink.

1,096 Responses to Check If Excel Workbook is Already Open or Not

  1. Pingback: wholesale portable water ionizer

  2. Pingback: make money online

  3. Pingback: optimizepress review

  4. Pingback: Post Discount Codes

  5. Pingback: Chat

  6. Pingback: Mickey Mouse Watch

  7. Pingback: submit voucher code

  8. Pingback: bowmel chrysler review

  9. Pingback: Men and Divorce Tips You Will Need to Cope

  10. Pingback: bad credit mobile phones

  11. Pingback: bad credit mobile phones

  12. Pingback: scary games

  13. Pingback: sk?ad w?gla

  14. Pingback: official link

  15. Pingback: cna classes

  16. Pingback: kwiaty

  17. Pingback: Anonymous

  18. Pingback: signup scrapebox list

  19. Pingback: Jetta

  20. Pingback: filter papers

  21. Pingback: brisbane web design

  22. Pingback: real estate investing information

  23. Pingback: automobile injury lawyer

  24. Pingback: serwis ploterów Pozna?

  25. Pingback: Electric Airsoft Guns

  26. Pingback: snow fence

  27. Pingback: jewelry buyer

  28. Pingback: kid picture

  29. Pingback: Free IPad3

  30. Pingback: holy oil

  31. Pingback: next

  32. Pingback: click

  33. Pingback: first communion veils

  34. Pingback: www

  35. Pingback: next

  36. Pingback: website

  37. Pingback: cheap printing companies

  38. Pingback: gogo games

  39. Pingback: instant loans

  40. Pingback: tv live

  41. Pingback: servis char

  42. Pingback: official site

  43. Pingback: Red Wines

  44. Pingback: private schools in mansfield tx

  45. Pingback: best car buyer

  46. Pingback: go there

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>