|
-
Jan 16th, 2006, 12:38 PM
#1
Thread Starter
Member
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
-
Jan 16th, 2006, 01:28 PM
#2
Frenzied Member
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
-
Jan 16th, 2006, 02:12 PM
#3
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 
-
Jan 17th, 2006, 04:53 AM
#4
Thread Starter
Member
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?
-
Jan 17th, 2006, 05:15 AM
#5
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|