Search : in
By :

Righting macros for creating master file

Harry, on Sep 10, 2009 2:42:48 pm BST 
 Report this message to moderators

I am new to macros but have a large task to do with it.I have not definate number of files(can be 25, 30).I have to extract a data from these files to one master files. Can you help me in this regard? I have excell 2003 in my machine.

Configuration: Windows XP Internet Explorer 6.0

Best answers for « Righting macros for creating master file » in :
[Shell]Create a file having a specific size Show Shell]Create a file having a specific size The dd command allows you to create "empty" file of desired size, creating these arbitrary heavy files, may be useful for testing purposes. Use command below: dd if=/dev/zero of=file_to...
The NTFS file system Show The NTFS file system The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the...
FILE HOSTS OR LHOSTS: Failure to modify ShowFILE HOSTS OR LHOSTS: Failure to modify Solution When trying to delete the file host or Lmhosts under Windows Vista from admininstrator account, below error message appears on your screen: Unable to create the file C: \ Windows...
Creation of file with specific size ShowCreation of file with specific size The command dd allows you to create new files with specific size in order to avoid creating large sized file for testing purposes: dd if=/dev/zero of=file_to_create bs=1k count=1000 The above...
Moving or copying a file with your right mouse button ShowMoving or copying a file with your right mouse button Command for right mouse button Create a file in the registry Set up of the file in the registry Command for right mouse button To move or copy your document and file to another...
Download PDF Creator ShowSupports Windows 7 Beta PDFCreator is a free tool to create PDF files from almost any application that can print. It also possesses options of security allowing to code the PDF to protect their reading. PDF Creator also allows to create images...
Download LC ISO Creator ShowLC ISO Creator is very simple: it allows to create a .ISO file from your CD. Then, it allows you to burn these ISO files, to use CD emulation software (in order not to use any more the original CD) or to make a backup copy. The software is...
Download Find Junk Files ShowThe most part of applications on Windows create temporary files on your hard disk during their functioning. These files are assumed be abolished and the space recovered during the closing of program, but it is not always case. In the course of time,...
UNIX Commands ShowTable of the main UNIX commands Unix Commands Description Options ls lists the content of a directory -a Displays all files, including hidden files -I Displays a...
UNIX system - The shell ShowIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines...