Showing posts with label My Menu ver 1.0 - File Names. Show all posts
Showing posts with label My Menu ver 1.0 - File Names. Show all posts

Friday, February 24, 2012

My Menu ver 1.0 - File Names

File Names

a) File Name Excluding Sub folder

If you click on it . IT will ask you to select the folder and will print all the file names in that folder ( will ignore sub folders files) in a new excel sheet.


b) File Name including Sub folder

If you click on it . IT will ask you to select the folder and will print all the file names in that folder (including sub folder files) in a new excel sheet.

Import data from SQL

Macro to import data from SQL using ADO connection string: Sub Import_data_from_SQL() ' Tools -> References -> Microsoft Active...