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
Email keeps going into Junk Mail Folder in Outlook 2003 on Exchange 2003
Capture Linkbutton click event in Master page from Content page
Queries inside a while loop
Exchange 2007 - Delivery is delayed to these recipients or distribution lists:
C++ permutation with replacement algorithm
bootable usb
Windows XP - Shutdown Causes Restart
How to convert non ansi outer join =* to ansi outer join
I'll bet you can't pass this test about how Windows 7 explorer sorts directories by date?
How to request previous month's records in my sql's where clause?