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
Visual studio Team System
Resolve User Name Display Issue and Change Admin PWD in Windows Server 2003
Modal Popup Validation Summary
SBS2008 migration to Windows 2008 Std
Insert CheckBoxList values
Suggestions for Cicso NM modules for LRE setup
using Task.IsCompleted
Cisco 1841: setting a bandwidth limit
How do I have a field displayed in a report for all data options except one
Outlook hyperlinks take me to my homepage (not the actual link url