+ Reply to Thread
Results 1 to 7 of 7

VBA Code to check if a folder window is open?

  1. #1
    Forum Contributor
    Join Date
    07-22-2009
    Location
    Minneapolis, MN
    MS-Off Ver
    2016
    Posts
    220

    VBA Code to check if a folder window is open?

    I have a XLSM in a folder, and part of a macro is to create a new folder, then SaveAs in to the new folder, then delete the original folder (with the original XLSM in it).

    I'd like to put an IF statement in the macro where it looks to see if the original folder is currently open. If it is, close it before the SaveAs, and if not then do nothing.



    The only thing I can find using Google pertains to Internet Explorer windows, nothing about folder windows.

    Please help?

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: VBA Code to check if a folder window is open?

    Why would it be open?

    Doesnt that mean you are trying to OPEN a file?

    Are you talking about a windows explorer folder is open or a folder is open in the Excel open file prompt thing?
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Forum Contributor
    Join Date
    07-22-2009
    Location
    Minneapolis, MN
    MS-Off Ver
    2016
    Posts
    220

    Re: VBA Code to check if a folder window is open?

    A user would browse through their computer (or network), and locate the folder where the spreadsheet is located. Is that "Windows Explorer"? Then they open the spreadsheet and start using it. In their taskbar, the folder is probably still open. I say probably because some folks in the office close those types of windows the moment they're done with them.

    After entering data in to the spreadsheet, the user clicks a macro which does SaveAs in a different folder location, deletes the original folder.

    Because the original folder is deleted, there is no reason to have a windows explorer window open displaying an irrelevant folder, so I would like to A) see if the folder is open (somehow), and B) if it is, close it.

    Does that make more sense?

  4. #4
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: VBA Code to check if a folder window is open?

    I understand what you WANT to do I just dont follow WHY you want to do it. I wouldnt want to automate or handle EVERY possible snonsensical thing a user could do OUTSIDE of excel using VBA IN excel, that just sounds like a futile path...

  5. #5
    Forum Contributor
    Join Date
    07-22-2009
    Location
    Minneapolis, MN
    MS-Off Ver
    2016
    Posts
    220

    Re: VBA Code to check if a folder window is open?

    Simple; convenience. Isn't that the whole point of macros in the first place; to automate lengthy, repetitive, or other processes/ procedures?

    I'm not really here to debate the aspect of "why", I'm here for the aspect of "how"...

  6. #6
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: VBA Code to check if a folder window is open?

    Yeah, absolutely but my point is you might be trying to squeeeeze lemon out of a brick. You are asking for help on how you can control windows explorer with VBA, then how you can validate if a particular folder is open IN windows explorer, which is outside the typical Excel objects, properties and methods. That gets exponentially more complicated but have a look through google, it is outside my little VBA experience.

    http://vbadud.blogspot.com/2009/01/h...using-vba.html
    http://stackoverflow.com/questions/1...-select-a-file

    Seems to be the most closely related to what I could find quickly:
    http://stackoverflow.com/questions/1...er-is-open-vba


    Good Luck.

  7. #7
    Forum Contributor
    Join Date
    07-22-2009
    Location
    Minneapolis, MN
    MS-Off Ver
    2016
    Posts
    220

    Re: VBA Code to check if a folder window is open?

    Thanks for the links. I've been googling like crazy as well, but hadn't come across that last link for some reason; odd. At any rate, the last code on that link will work for what I need it to do. Here is a copy of the code. I just need to change the "OpenFold" and "strFolder" to reference cell values, have it call a function, and I should be all set.

    Please Login or Register  to view this content.
    Thanks for the assistance!
    Last edited by Rerock; 09-10-2014 at 01:01 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel VBA code for selecting a folder then search & open specified files in that folder
    By Excelrookie_1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-27-2021, 03:09 AM
  2. [SOLVED] VBA to check if folder is open
    By jo15765 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-16-2013, 10:57 AM
  3. check if a folder is open
    By spymag in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-05-2013, 10:53 AM
  4. Check of anything in a folder is open
    By wilro85 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-13-2010, 09:15 PM
  5. [SOLVED] VBA code to check if another window is open?
    By jweasl in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-01-2006, 01:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1