Results 1 to 5 of 5

Thread: open a file as hidden

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    50

    open a file as hidden

    is it possible to open a .xls file as 'veryhidden'?

    I want to check a variable input by a user to a list within a .xls file that is saved on a hidden folder.

    If not possible I would like to open this file but the user not see that it is open or it be visible in any way.


    Ta

  2. #2
    Frenzied Member
    Join Date
    May 2004
    Location
    Carlisle, PA
    Posts
    1,045

    Re: open a file as hidden

    What application are you using to operate on the data? You can fetch the data directly from the file with ADO (or DAO) without 'opening' the file at all. You just establish a data connection to the file.
    Blessings in abundance,
    All the Best,
    & ENJOY!

    Art . . . . Carlisle, PA . . USA

  3. #3
    Frenzied Member DKenny's Avatar
    Join Date
    Sep 2005
    Location
    on the good ship oblivion..
    Posts
    1,171

    Re: open a file as hidden

    Or you could save the file as an AddIn, (.xla). That way the file is always opened as 'veryhidden'.
    Declan

    Don't forget to mark your Thread as resolved.
    Take a moment to rate posts that you think are helpful

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    50

    Re: open a file as hidden

    I will be using the file in Excel. Specifically a user form will be populated and dependant on the data on the form I want to pull specific data from the hidden file.

    This file needs to have a password to view so if I can pull information from it without opening that would be best. How do I do it?

  5. #5

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    50

    Re: open a file as hidden

    Hmmm, just saved a file as .xls and marked as Hidden in explorer.

    How do I open to amend? When I open it I can't see it!!!!

    Doh!!

Posting Permissions

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



Click Here to Expand Forum to Full Width