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
Powershell script that can query a OU and get all group name,Members and count of members into a csv/Excel.
SQL 2008 Maintenance Plan, edit backup filename
Have to restart print spooler to print to HP Photosmart C7280
Windows 7 Firewall Service Unresponsive
Outlook 2007 Continually asks for an Exchange Server password
Hyper v full Installation remote administration issues
Looking for a cheap HDMI graphics card..
Extremely slow access to Redirected Folders in SBS2008 with XP Pro clients
AJAX, JQUERY, server date timestamp
Sort columns in pivot table.