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
Maximum number of VRF instances on a Cisco access router
Integrating projects
Inkjet printer recommendation for the home wanted
Offline address book cannot be downloaded after moving mailbox to exchange 2010
multiple email domains and sender selection
Migrate Sun messaging to Exchange
New Windows 7 workstations in existing SBS 2003 domain
OCS 2007 R2 and Cisco call manager
Coldfusion -SQL and LIKE question
Difference between Icefaces,myfaces,richfaces
in JSF?