Results 1 - 15 of about 778 sawaal for "macros"
hi thereThe simplest way to create a macro in Excel is to use the macro recorder.The first step is to open up the workbook file that you wish to use the macro in.Then click on Tools, hover over Macros and then select Record new macro from the menu.You will now see the Record MacroName - Type the name of your macro.Shortcut key - optional this has to be a letter, we have used h, so in our example
Posted in
Computers & Technology by SANJU at 5:31 PM on June 28, 2008
To run a macro you have created. Select Tools - Macro - Macros. You will get a list of macros created on the left side of the Macros dialog box. Select your macro and click on Run Button....To run a macro, do one of the following: From an iTool window, select Operations Macros Run Macro From the Macro Editor, select the macro to run and then select Run Run Macro At the IDL command line, use
Posted in
Computers & Technology by kash at 6:53 PM on May 03, 2008
A macro is a set of tasks combined together so that you can run or replay the entire task together with a single command. Macros are a powerful productivity tool. With macros you can perform long or boring tasks just by a single click.Macros are very popular with most of the Windows software. 1. Many applications provide macro capability inbuilt, like MS Excel, MS Word etc. These applications provide
Posted in
Computers & Technology by kash at 6:54 PM on May 03, 2008
via a macro, other than to show or hide the entire bar or write a message to it. Coding a macro that continually wrote a message to the status bar would mean the normal information would not get shown, so a solution that uses the status bar is probably not acceptable.It is possible to write a macro that would continuously check the word count in a document, and then display the result in another area
Posted in
Computers & Technology by Himanshu at 5:39 PM on June 24, 2008
Basic Structure of a MacroThe basic structure is as follows: define int mymacroparameter definition return type, name, parameters int parameter; setting the types of the parameters // Body of macro body enclosed within . a . denotes the end of the macro definition Comments can either be designated using //, or / .... /. A single comment can not span multiple lines. // Acceptable comment
Posted in
Computers & Technology by mamata pal at 11:09 PM on October 06, 2008
nawraj Macros are used to create dynamic content within content that would otherwise be unchanging. For example, showing todays date, or the name of the user on a page can be done with Macros...Well Nawraj ,Mcro is a sequence of text lines may include a sequence of instructions, or a sequence of data storage pseudo-ops. Once a macro has been defined using the appropriate pseudo-op, its name may
Posted in
Computers & Technology by Nawraj at 6:49 PM on March 27, 2008
A script that operates a series of commands to perform a function. It is set up to automate repetitive tasks...MACRO is a symbol, name, or key that represents a list of commands, actions, or keystrokes. Many programs allow you to create macros so that you can enter a single character or word to perform a whole series of actions. Suppose, for example, that you are editing a file and want to indent
Posted in
Computers & Technology by kajol devgan at 12:13 AM on April 08, 2008
Well Kaushal , iMacros was designed to automate the most repetitious tasks on the web. If theres an activity you have to do repeatedly, just record it in iMacros. The next time you need to do it, the entire macro will run at the click of a button! With iMacros, you can quickly and easily fill out web forms, remember passwords, download information from other sites, scrape the Web get data from multiple
Posted in
Computers & Technology by Kaushal at 12:20 AM on April 13, 2008
A macro in computer science is a rule or pattern that specifies how a certain input sequence often a sequence of characters should be mapped to an output sequence also often a sequence of characters according to a defined procedure. The mapping process which instantiates a macro into a specific output sequence is known as macro expansion.The term originated with macro-assemblers, where the idea
Posted in
Computers & Technology by Avijit Dutta at 9:56 PM on March 17, 2008
1 In Microsoft Word and other programs, a macro is a saved sequence of commands or keyboard strokes that can be stored and then recalled with a single command or keyboard stroke. 2 In computers, a macro for large; the opposite of micro is any programming or user interface that, when used, expands into something larger. The original use for macro or macro definition was in computer assembler
Posted in
Computers & Technology by cool at 12:26 AM on November 05, 2007
There is no way for the compiler to verify that the macro parameters are of compatible types. The macro is expanded without any special type checking.If macro parameter has a postincremented variable like c , the increment is performed two times.Because macros are expanded by the preprocessor, compiler error messages will refer to the expanded macro, rather than the macro definition itself. Also
Posted in
Computers & Technology by Ranju at 3:29 PM on August 15, 2008
, or macro viruses, can employ none, one, or several of the following techniques to spread or conceal themselves.Multi-Partite Viruses.Multi-partite viruses often infect multiple targets instead of just one detection by anti-virus software. Both polymorphic file, boot sector, and macro viruses have been identified.Retro viruses. These viruses are designed to actively attack anti-virus software. Theyre anti
Posted in
Computers & Technology by Amin Siddiqu at 5:09 AM on June 28, 2008
A macro is a set of individual commands for use as a group within a program, such as Excel, Word or Access. The macro executes just as a batch file or JCL file....1 In Microsoft Word and other programs, a macro is a saved sequence of commands or keyboard strokes that can be stored and then recalled with a single command or keyboard stroke. 2 In computers, a macro for large; the opposite of micro
Posted in
Computers & Technology by khushi at 12:15 PM on November 18, 2007
Macro has two computer-related definitions, both of which involve making your computer experience more efficient. 1. A Keyboard Shortcut The term macro is often used synonymously with keyboard, view the pages below: Mac OS X Keyboard Shortcuts | Windows XP Keyboard Shortcuts 2. A Small Program A macro can also be a small program, or script, that automates common tasks. These scripts are usually
Posted in
Computers & Technology by at 12:15 PM on November 18, 2007
A macro is a stored sequence of actions which may be executed as a single action and which may be executed multiple times. A macro is also known as a subroutine. Ill use the terms interchangeably here. Your VBA code will be in the form of subroutines and functions.Excel, like Word, allows you to record a series of actions as a macro. When you record a macro, Excel actually produces VBA code
Posted in
Computers & Technology by Prasad at 6:43 PM on October 09, 2008