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
not getting the modelviewprojectionmatrix in glsl vertex shader right
Blackberry Enterprise Express on Exchange 2007 Can't resolve name during MAPI Profile Setup
Logical Drive Corrupted. Server repair says its not formatted
How to remove new line from a string
Oracle Error "To many precesion Specifiers"
ESX 4.0 Does not detect onboard NIC
Crystal connection with OLE DB ADO
Shopping for Quad-Core desktop for around $500...opinions?
phpmailer errorInfo
Which KEY do I use for my KMS Server and clients?