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
esx 4 passthrough
Redistributing RIP into OSPF non-contiguous subnets.
Out of Office Assistant not working w/Forwarding Configured
Can I use VBA in an Access pivot chart form?
linux router with iptables script
How to find the row count in an Oracle DataReader in ASP.NET?
.vmdk file
Bash Shell script interview questions
PHP/Javascript newbie - need help integrating niftycube into my site
Cannot start the reminder service - Outlook 2007