Microsoft
Software
Hardware
Network
Question : Finding a Hidden File in Excel VBA
I have this line of code in Excel's VBA:
x = Len(Dir$(varFileName))
Unfortunately, x = 0 if the file's attributes (i.e., varFileName) are set to hidden. How can I
keep the file hidden
, yet get the true value for x?
Answer : Finding a Hidden File in Excel VBA
x = Len(Dir$(varFileName, vbHidden))
Random Solutions
How to print the contents of a listbox
ODBC connect to ORACLE 11G using Redhat Linux 5.4
Getting round-robin load balancing working with vSphere 4.0 cluster on EqualLogic PS4000X
do you need sysprep with Symantec Ghost Solution Suite 2.5?
Use different HTTP Redirects on multiple virtual directories in IIS 7.5
Default Printer Changes using Terminal Server
Give public access to our wireless network?
Roaming profiles and DFS replication
Congratulations to new Excel Genius: teylyn
Auto Send Excel as Email Attachment