The below code will Unzip a *.zip file to a specific folder. We have already seen couple of examples like 'Accessing system special folders' and 'Creating shortcut of an system application', This code also in the same series of Unzipping the files. Quite useful if you are designing a complete protect and want to install in client machine.
Breaking News
Showing posts with label System. Show all posts
Showing posts with label System. Show all posts
Monday, September 17, 2012
VBA - Unzip files using VBA
The below code will Unzip a *.zip file to a specific folder. We have already seen couple of examples like 'Accessing system special folders' and 'Creating shortcut of an system application', This code also in the same series of Unzipping the files. Quite useful if you are designing a complete protect and want to install in client machine.
VBA - Download files from sharepoint
The below VBA code will be used to download files from a sharepoint folder at one-click. I have got this code through surfing, this is quite usefull for the people who involves their day to day job with sharepoint files.
You can now do the same kind to upload files in sharepoint, will try my best to post a code for Uploading files to sharepoint.
Read more ...
You can now do the same kind to upload files in sharepoint, will try my best to post a code for Uploading files to sharepoint.
Wednesday, September 5, 2012
VBA : List Special Folders
The following code displays path of all special folders in Windows on the worksheet. Copy the following code in a general module and run(F5).
e.g.
Read more ...
e.g.
| Special Folder | Path |
| Desktop | C:\Users\Public\Desktop |
| Start Menu | C:\ProgramData\Microsoft\Windows\Start Menu |
| Programs | C:\ProgramData\Microsoft\Windows\Start Menu\Programs |
| Startup | C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup |
| Desktop | C:\Users\Kannan\Desktop |
| Roaming | C:\Users\Kannan\AppData\Roaming |
Tuesday, September 4, 2012
VBA Excel: Create shortcut of an Application
The below example create an Shortcut of Notepad.exe in the desktop. This will be useful when you are doing a end-to-end product package, create shortcut of your application in the desktop.
Read more ...
Subscribe to:
Posts (Atom)

