US6104872A - Macro program management system - Google Patents

Macro program management system Download PDF

Info

Publication number
US6104872A
US6104872A US08/663,672 US66367296A US6104872A US 6104872 A US6104872 A US 6104872A US 66367296 A US66367296 A US 66367296A US 6104872 A US6104872 A US 6104872A
Authority
US
United States
Prior art keywords
macro
names
name
name list
worksheet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US08/663,672
Inventor
Keiko Kubota
Yasuto Ezure
Tomihisa Misawa
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EZURE, YASUTO, KUBOTA, KEIKO, MISAWA, TOMOHISA
Application granted granted Critical
Publication of US6104872A publication Critical patent/US6104872A/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Definitions

  • the present invention relates to a macro program management system, and more specifically, to a macro program management system for facilitating manipulation of macro programs in development of application programs using a macro language provided by spreadsheet software and the like or in maintenance of the developed application programs.
  • buttons are embedded in a worksheet to initiate some fixed procedures, and by pressing one of the buttons, a macro program associated thereto will start and execute its prescribed procedure. Such buttons are generally called "objects.”
  • the objects to initiate macro programs are stored separately from the macro programs to be initiated by the objects.
  • the user tries to edit a macro program linked to an object, he/she has to follow the steps of:
  • an object of the present invention is to provide a macro program management system which facilitates edit operations of macro programs by clarifying association between objects on a worksheet and macro programs.
  • a macro program management system for performing management of macro programs used for executing routine tasks in an application of software with macro capabilities.
  • the system comprises the following four elements.
  • the first element is name information extraction unit for extracting name information from a data file. This name information includes worksheet names, object names, and macro names.
  • the second element is name list generation unit for generating a name list that shows association among the worksheet names, the object names, and the macro names according to the name information extracted by the name information extraction unit.
  • the third element is macro editing unit for editing the macro programs, and the fourth is listing/editing switching unit coupled to the name list generation unit and to the macro editing unit. The listing/editing switching unit selects either a listing screen for displaying the name list or a macro edit screen for editing one of the macro programs and provides the selected screen to a display unit.
  • FIG. 1 is a conceptual view of a macro program management system according to the present invention
  • FIG. 2 is a flowchart showing the total procedure of development of an application program of the present invention
  • FIG. 3 is a flowchart showing an extraction/definition procedure of the present invention
  • FIG. 4 is a diagram illustrating a worksheet in an application program of the present invention.
  • FIG. 5 is a diagram showing an example listing of relations between objects and macro programs of the present invention.
  • FIG. 6 is a diagram showing an example of a macro edit screen of the present invention.
  • FIG. 7 is a diagram showing data structure of name information read in an extraction process of the present invention.
  • FIG. 1 is a conceptual view of a macro program management system according to the present invention.
  • a data file 10 contains one or more worksheets, each of which has one or more buttons (or objects) affixed thereto, and a macro program is associated with each object. More specifically, FIG. 1 illustrates that the data file 10 contains a plurality of worksheets 11-1n (n: integer) and the worksheet 11 has three buttons 11a, 11b, and 11c and the bodies of their associated macro programs are macro files 40 stored separately from the data file 10.
  • the macro program management system is organized by name information extraction unit 20, name list generation unit 30, macro editing unit 50 and listing/editing switching unit 70.
  • the listing/editing switching unit 70 is provided with inputs from the name list generation unit 30 and the macro editing unit 50 as well as receiving a screen switching command, while its output is coupled to display unit 60.
  • Printing unit 80 is coupled to the name list generation unit 30 for printing out a name list on demand.
  • the name information extraction unit 20 extracts the names of worksheets, objects, and macro names from the data file 10. Out of the extracted name information, the name list generation unit 30 then generates a name list to show the association among the following items:
  • the listing/editing switching unit 70 Through the listing/editing switching unit 70, the name list generated by the name list generation unit 30 will appear on a screen of the display unit 60.
  • the system accepts screen switching commands while one of the macro names is chosen on the listing screen.
  • the listing/editing switching unit 70 changes its input selection to make a connection with the macro editing unit 50.
  • the screen of the display unit 60 is now switched to a macro edit screen, which enables the macro editing unit 50 to edit the macro files 40.
  • the list data associating the macro programs and objects can be sent to the printing unit 80 to produce printed material to be used for transferring the finished application from the developer to other people.
  • FIG. 2 is a flowchart showing a total development procedure of an application.
  • the macro program management system of the present invention operates on a spreadsheet program, invoked by the operator by pressing (or clicking) a button previously affixed to a worksheet.
  • the procedure takes the following steps:
  • the macro program management system Based on the extracted name information, the macro program management system produces and displays a name list that shows relationships of worksheet names, object names of buttons on each worksheet, and macro names assigned to the buttons.
  • the above-described procedure is also applicable to the maintenance of application programs, where the operator can update macro programs with the aid of the macro program management system.
  • step S2 or the extraction/definition process, with reference to a flowchart of FIG. 3.
  • the process which can be subdivided into an extraction process (S11-S16) and a key definition process (S17-S19), totally proceeds in the following steps.
  • Step S13 and S14 are repeated for all the objects contained in the worksheet.
  • a first shortcut key is defined for switching the display from a listing screen to a macro edit screen.
  • a second shortcut key is defined for switching the display from the macro edit screen back to the listing screen.
  • a third shortcut key is defined for invoking a print-out operation of the name list.
  • Every application program generally consists of some worksheets having a plurality of buttons, with which macro programs are associated, and some worksheets for other purposes such as accounting operations.
  • Some worksheets for other purposes such as accounting operations.
  • the following example will show a worksheet of the former type.
  • FIG. 4 illustrates one of the worksheets contained in an application.
  • a worksheet 100 appears when the operator presses a start button on the cover-page worksheet of the application, and it presents a menu of functions available in the application, prompting the operator to select one of them.
  • buttons (or objects) 101-108 are arranged on the worksheet 100, which have been associated with their respective macro programs as follows:
  • Button 102 Macro for retrieving saved data
  • Buttons 103 and 104 Macro for creating an account report with rank classification
  • Button 105 Macro for correcting an index table
  • Button 106 Macro for getting additional data
  • Button 107 Macro for getting new data
  • buttons 108 Macro for displaying a detailed list By pressing one of those buttons, the corresponding macro program is called up and executed according to its script.
  • the macro program management system starts and produces another screen that presents a listing of sheet names, object names, and macro names, thus showing their relationships with each other.
  • a maintenance button also located on the cover-page worksheet of the application
  • the macro program management system starts and produces another screen that presents a listing of sheet names, object names, and macro names, thus showing their relationships with each other. The following description will illustrate such a listing screen.
  • FIG. 5 shows an example listing screen that clarifies the association between objects and macro programs.
  • This name list has columns for sheet name 201, object name 202, and macro name 203, each of which holds the names extracted in the latest extraction process. Take the worksheet titled “Start” for example. The list shows that the worksheet has six objects, one of which is a button named "BEGIN" that is associated with a registered macro program "Goto -- Sub.” That is, the macro program "Goto -- Sub" will be invoked by pressing the "BEGIN" button on the worksheet "Start.”
  • the name list as shown in FIG. 5 is a straightforward representation of this relationship between object names and macro names. Object names of the buttons 101-108 and their respective macro names can be seen in the entries for the worksheet "Menu,” which buttons are embedded to the worksheet 100 as illustrated in FIG. 4.
  • the system accepts a command from the operator to switch the display to a macro edit screen.
  • This screen switching command is invoked by either making a click on a macro name selected with a mouse or pressing a shortcut key while a macro name is selected with cursor keys.
  • This shortcut key for screen switching is the first shortcut key defined in step S17 of FIG. 3. For example, a key operation CTRL+G (i.e., pressing "G" along with the control key) will cause the screen to be switched to a macro edit screen.
  • FIG. 6 shows an example of the macro edit screen.
  • FIG. 7 is a diagram showing data structure of the name information read in the extraction process.
  • Object data of the worksheets is structured in the form of table, such as a data table 401 in FIG. 7, which defines association between worksheet objects and sheet names.
  • the worksheet objects are registered in the table with their respective serial numbers sequentially affixed to the respective worksheets in the order of production, with which numbers the spreadsheet software with macro capabilities can identify the worksheets.
  • the corresponding sheet names are given by programmers who created the application.
  • the step S11 of reading worksheet data actually extracts the sheet name, which is one of the worksheet object properties, from the data table 401.
  • the object data is provided in data tables 402, 403, 404, and so on, which contain button names and macro names associated with the button objects.
  • the button objects are registered in those tables with their respective serial numbers of the buttons uniquely assigned in each worksheet when they are created, while their corresponding button names indicate functions registered thereto.
  • the macro names are also registered so as to show the macro programs associated with the button objects.
  • the step S13 of reading an object actually extracts a button name and macro name, as part of the button object properties, from the data tables 402, 403, 404.
  • the macro program management system is equipped with name information extraction unit for extracting names of worksheets, objects, and macro programs, and name list generation unit for listing the extracted names, thus enabling the relationships between objects and macro programs to be clarified in the name list displayed on the screen.
  • name list showing the association among the worksheets, objects, and macros will also reduce the burden of preparing documents for maintenance of application programs.
  • the present invention provides listing/editing switching unit for switching the screen to display the name list or edit a macro program.
  • the operator can alternately select the listing screen or macro edit screen, thus facilitating development and maintenance of application programs as well as reducing the time taken to edit macros.

Abstract

A macro program management system for facilitating edit operations of macro programs by clarifying associations between objects on a worksheet and macro programs. The macro program management system is equipped with a name information extraction unit for extracting names of worksheets, objects, and macro programs from application programs, and name list generation unit for listing the extracted names. This name list clarifies the association among the worksheets, objects, and macros. Further, the system has a listing/editing switching unit, coupled to the name list generation unit and to the macro editing unit, for switching the display screen either to a screen for showing the name list or to another screen for editing a macro program. With this unit, the operator can alternately select the listing screen or macro edit screen, thus facilitating development and maintenance of the application program.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to a macro program management system, and more specifically, to a macro program management system for facilitating manipulation of macro programs in development of application programs using a macro language provided by spreadsheet software and the like or in maintenance of the developed application programs.
2. Description of the Related Art
Some types of software provide macro functions that allow users to develop their original application programs to automate a series of prescribed tasks. Electronic spreadsheets are the most typical software of this kind, with which the user can write a macro language script (or an application program) to execute some routine tasks. In such an application of spreadsheet, several buttons are embedded in a worksheet to initiate some fixed procedures, and by pressing one of the buttons, a macro program associated thereto will start and execute its prescribed procedure. Such buttons are generally called "objects."
Normally, the objects to initiate macro programs are stored separately from the macro programs to be initiated by the objects. Thus, when the user tries to edit a macro program linked to an object, he/she has to follow the steps of:
(1) selecting the object on a worksheet that links to the macro program to be edited,
(2) displaying properties of the selected object, which include the size of the button, text printed on the button, registered macro name, etc.,
(3) confirming the macro name in the property listing, and
(4) calling up a screen for editing the confirmed macro program.
As such, when the user wishes to edit a macro program associated to an object, he/she cannot immediately start it but must follow some steps to reach the macro edit screen. This is because the information about linkage between objects and macro programs is not provided in an explicit manner.
During the development stage of such macro application programs, it is necessary to repeat edit operations such as altering, adding, and deleting with regard to the programs. This is why there arises a strong demand for a macro program management system that facilitates those operations to update macro programs.
SUMMARY OF THE INVENTION
Taking the above into consideration, an object of the present invention is to provide a macro program management system which facilitates edit operations of macro programs by clarifying association between objects on a worksheet and macro programs.
To accomplish the above object, according to the present invention, there is provided a macro program management system for performing management of macro programs used for executing routine tasks in an application of software with macro capabilities.
The system comprises the following four elements. The first element is name information extraction unit for extracting name information from a data file. This name information includes worksheet names, object names, and macro names. The second element is name list generation unit for generating a name list that shows association among the worksheet names, the object names, and the macro names according to the name information extracted by the name information extraction unit. The third element is macro editing unit for editing the macro programs, and the fourth is listing/editing switching unit coupled to the name list generation unit and to the macro editing unit. The listing/editing switching unit selects either a listing screen for displaying the name list or a macro edit screen for editing one of the macro programs and provides the selected screen to a display unit.
The above and other objects, features and advantages of the present invention will become apparent from the following description when taken in conjunction with the accompanying drawings which illustrate a preferred embodiment of the present invention by way of example.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a conceptual view of a macro program management system according to the present invention;
FIG. 2 is a flowchart showing the total procedure of development of an application program of the present invention;
FIG. 3 is a flowchart showing an extraction/definition procedure of the present invention;
FIG. 4 is a diagram illustrating a worksheet in an application program of the present invention;
FIG. 5 is a diagram showing an example listing of relations between objects and macro programs of the present invention;
FIG. 6 is a diagram showing an example of a macro edit screen of the present invention; and
FIG. 7 is a diagram showing data structure of name information read in an extraction process of the present invention.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
At the outset, the present invention will be outlined below with reference to an accompanying drawing.
FIG. 1 is a conceptual view of a macro program management system according to the present invention.
A data file 10 contains one or more worksheets, each of which has one or more buttons (or objects) affixed thereto, and a macro program is associated with each object. More specifically, FIG. 1 illustrates that the data file 10 contains a plurality of worksheets 11-1n (n: integer) and the worksheet 11 has three buttons 11a, 11b, and 11c and the bodies of their associated macro programs are macro files 40 stored separately from the data file 10.
The macro program management system, according to the present invention, is organized by name information extraction unit 20, name list generation unit 30, macro editing unit 50 and listing/editing switching unit 70. The listing/editing switching unit 70 is provided with inputs from the name list generation unit 30 and the macro editing unit 50 as well as receiving a screen switching command, while its output is coupled to display unit 60. Printing unit 80 is coupled to the name list generation unit 30 for printing out a name list on demand.
When this macro program management system is started, the name information extraction unit 20 extracts the names of worksheets, objects, and macro names from the data file 10. Out of the extracted name information, the name list generation unit 30 then generates a name list to show the association among the following items:
sheet names of each worksheet,
object names of buttons affixed to each worksheet, and
macro names of macro programs associated with the respective buttons.
Through the listing/editing switching unit 70, the name list generated by the name list generation unit 30 will appear on a screen of the display unit 60. The system accepts screen switching commands while one of the macro names is chosen on the listing screen. Upon reception of this screen switching command, the listing/editing switching unit 70 changes its input selection to make a connection with the macro editing unit 50. The screen of the display unit 60 is now switched to a macro edit screen, which enables the macro editing unit 50 to edit the macro files 40. The list data associating the macro programs and objects can be sent to the printing unit 80 to produce printed material to be used for transferring the finished application from the developer to other people.
The detailed description of the present embodiment will now be provided below.
FIG. 2 is a flowchart showing a total development procedure of an application.
The macro program management system of the present invention operates on a spreadsheet program, invoked by the operator by pressing (or clicking) a button previously affixed to a worksheet. In development of a spreadsheet application, the procedure takes the following steps:
[S1] A data file that contains the application under development should be first loaded into memory to open the application.
[S2] A worksheet serving as a title page then appears on the screen. By pressing a button on this screen to start updating the macro programs, the macro program management system of the present invention is called to execute an extraction/definition process, which extracts name information of worksheets, objects, and macro programs and makes necessary settings to define some shortcut keys for screen switching and the like.
[S3] Based on the extracted name information, the macro program management system produces and displays a name list that shows relationships of worksheet names, object names of buttons on each worksheet, and macro names assigned to the buttons.
[S4] The operator searches the name list on the screen to find his/her desired macro item.
[S5] If it is not found in the current page of the name list, the operator calls another page by scrolling up or down the list on the screen, and then selects the desired macro for start editing.
[S6] After editing, the application is closed and the procedure is finished.
The above-described procedure is also applicable to the maintenance of application programs, where the operator can update macro programs with the aid of the macro program management system.
The following will provide more details about step S2, or the extraction/definition process, with reference to a flowchart of FIG. 3. The process, which can be subdivided into an extraction process (S11-S16) and a key definition process (S17-S19), totally proceeds in the following steps.
[S11] Data of a worksheet is read out of the worksheet files that respectively correspond to the screens designed for the application.
[S12] The worksheet name of the read worksheet is displayed.
[S13] An object affixed to the worksheet is retrieved.
[S14] The object name and its corresponding macro name are displayed.
[S15] Step S13 and S14 are repeated for all the objects contained in the worksheet.
[S16] Steps S11 to S15 are repeated for all the worksheets concerned.
[S17] A first shortcut key is defined for switching the display from a listing screen to a macro edit screen.
[S18] A second shortcut key is defined for switching the display from the macro edit screen back to the listing screen.
[S19] A third shortcut key is defined for invoking a print-out operation of the name list.
Every application program generally consists of some worksheets having a plurality of buttons, with which macro programs are associated, and some worksheets for other purposes such as accounting operations. The following example will show a worksheet of the former type.
FIG. 4 illustrates one of the worksheets contained in an application. A worksheet 100 appears when the operator presses a start button on the cover-page worksheet of the application, and it presents a menu of functions available in the application, prompting the operator to select one of them. In this example, a plurality of buttons (or objects) 101-108 are arranged on the worksheet 100, which have been associated with their respective macro programs as follows:
Button 101: Macro for terminating the application
Button 102: Macro for retrieving saved data
Buttons 103 and 104: Macro for creating an account report with rank classification
Button 105: Macro for correcting an index table
Button 106: Macro for getting additional data
Button 107: Macro for getting new data
Button 108: Macro for displaying a detailed list By pressing one of those buttons, the corresponding macro program is called up and executed according to its script.
When the operator presses a maintenance button also located on the cover-page worksheet of the application, the macro program management system starts and produces another screen that presents a listing of sheet names, object names, and macro names, thus showing their relationships with each other. The following description will illustrate such a listing screen.
FIG. 5 shows an example listing screen that clarifies the association between objects and macro programs. This name list has columns for sheet name 201, object name 202, and macro name 203, each of which holds the names extracted in the latest extraction process. Take the worksheet titled "Start" for example. The list shows that the worksheet has six objects, one of which is a button named "BEGIN" that is associated with a registered macro program "Goto-- Sub." That is, the macro program "Goto-- Sub" will be invoked by pressing the "BEGIN" button on the worksheet "Start." As such, the name list as shown in FIG. 5 is a straightforward representation of this relationship between object names and macro names. Object names of the buttons 101-108 and their respective macro names can be seen in the entries for the worksheet "Menu," which buttons are embedded to the worksheet 100 as illustrated in FIG. 4.
While the name list is displayed on the screen, the system accepts a command from the operator to switch the display to a macro edit screen. This screen switching command is invoked by either making a click on a macro name selected with a mouse or pressing a shortcut key while a macro name is selected with cursor keys. This shortcut key for screen switching is the first shortcut key defined in step S17 of FIG. 3. For example, a key operation CTRL+G (i.e., pressing "G" along with the control key) will cause the screen to be switched to a macro edit screen.
In the same listing screen, another shortcut key is also available for printing out the name list. It is the third shortcut key defined in step S19 of FIG. 3.
FIG. 6 shows an example of the macro edit screen.
By pressing the above-described first shortcut key for screen switching while the name list is displayed on the screen, the screen will change to a macro edit screen 300 as illustrated in FIG. 6, where the macro program designated in the listing screen comes out to accept edit commands. Exiting from this macro edit screen 300, the operator can return to the listing screen by pressing the second shortcut key defined in step S18 of FIG. 3.
Next, the details of steps S11 and S13 for reading sheet data and object data will be described below.
FIG. 7 is a diagram showing data structure of the name information read in the extraction process.
Both the worksheets and the buttons affixed thereto are handled as "objects," each of which has its own properties to distinguish itself from the others. Object data of the worksheets is structured in the form of table, such as a data table 401 in FIG. 7, which defines association between worksheet objects and sheet names. The worksheet objects are registered in the table with their respective serial numbers sequentially affixed to the respective worksheets in the order of production, with which numbers the spreadsheet software with macro capabilities can identify the worksheets. The corresponding sheet names, on the other hand, are given by programmers who created the application. The step S11 of reading worksheet data actually extracts the sheet name, which is one of the worksheet object properties, from the data table 401.
As to the buttons, the object data is provided in data tables 402, 403, 404, and so on, which contain button names and macro names associated with the button objects. The button objects are registered in those tables with their respective serial numbers of the buttons uniquely assigned in each worksheet when they are created, while their corresponding button names indicate functions registered thereto. The macro names are also registered so as to show the macro programs associated with the button objects. The step S13 of reading an object actually extracts a button name and macro name, as part of the button object properties, from the data tables 402, 403, 404.
As described above, the macro program management system according to the present invention is equipped with name information extraction unit for extracting names of worksheets, objects, and macro programs, and name list generation unit for listing the extracted names, thus enabling the relationships between objects and macro programs to be clarified in the name list displayed on the screen. The name list showing the association among the worksheets, objects, and macros will also reduce the burden of preparing documents for maintenance of application programs.
Further, the present invention provides listing/editing switching unit for switching the screen to display the name list or edit a macro program. With this means, the operator can alternately select the listing screen or macro edit screen, thus facilitating development and maintenance of application programs as well as reducing the time taken to edit macros.
The foregoing is considered as illustrative only of the principles of the present invention. Further, since numerous modifications and changes will readily occur to those skilled in the art, it is not desired to limit the invention to the exact construction and applications shown and described, and accordingly, all suitable modifications and equivalents may be regarded as falling within the scope of the invention in the appended claims and their equivalents.

Claims (6)

What is claimed is:
1. A macro program management system implemented on a computer system for managing macro programs that execute routine tasks in an application of software with macro capabilities, comprising:
name information extraction means for extracting name information from worksheets of the application program, said name information including worksheet names, object names, and macro names;
name list generation means for generating a name list that shows association among the worksheet names, the object names, and the macro names according to said name information extracted by said name information extraction means;
name list displaying means for displaying the name list on a display screen of the computer system, thereby permitting a user of the application program to view the association among the worksheet names, the object names, and the macro names;
selection means for selecting, out of the name list being displayed on the display screen, a particular combination of the worksheet name, object name, and macro name in accordance with a selection command given by the user;
macro editing means for editing the macro programs; and
listing/editing switching means, coupled to said selection means, for switching the display screen of the computer system from the name list to a macro edit screen where said macro editing means allows the user to view and edit one of the macro programs that is identified by the particular combination of the names selected by said selection means.
2. A macro program management system according to claim 1, further comprising print instruction means for printing out said name list generated by said name list generation means.
3. A macro program management system according to claim 1, wherein the macro program management system is started by an object defined on a worksheet.
4. A macro program management system for performing management of macro programs that execute routine tasks in a an application of software with macro capabilities, comprising:
a name information extraction unit to extract name information from said application program, wherein said name information includes worksheet names, object names, and macro names;
a name list generation unit to generate a name list that shows association among the worksheet names, the object names, and the macro names according to said name information extracted by said name information extraction unit;
a macro editing unit to edit the macro programs; and
a listing/editing switching unit, coupled to said name list generation unit and to said macro editing unit, to select either a listing screen for displaying said name list or a macro edit screen for editing one of the macro programs and to provide the selected screen to a display unit.
5. A macro program management system as recited in claim 4, further comprising:
a print instruction unit to print out said name list generated by said name list generation unit.
6. A macro program management system as recited in claim 1, wherein the macro program management system is started by an object defined on a worksheet.
US08/663,672 1995-11-28 1996-06-14 Macro program management system Expired - Lifetime US6104872A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP7-309095 1995-11-28
JP30909595A JP3434105B2 (en) 1995-11-28 1995-11-28 Macro program management device

Publications (1)

Publication Number Publication Date
US6104872A true US6104872A (en) 2000-08-15

Family

ID=17988832

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/663,672 Expired - Lifetime US6104872A (en) 1995-11-28 1996-06-14 Macro program management system

Country Status (2)

Country Link
US (1) US6104872A (en)
JP (1) JP3434105B2 (en)

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020107933A1 (en) * 2001-02-03 2002-08-08 Samsung Electronics Co., Ltd. Apparatus and method for controlling a device in a home network and a home network system employing the same
US20030088680A1 (en) * 2001-04-06 2003-05-08 Nachenberg Carey S Temporal access control for computer virus prevention
US20030212984A1 (en) * 2000-12-08 2003-11-13 Fujitsu Limited Sequence analysis method and apparatus
US20040001098A1 (en) * 2002-06-28 2004-01-01 Kabushiki Kaisha Toshiba Information processing apparatus and input assisting method for use in the same
US20040015712A1 (en) * 2002-07-19 2004-01-22 Peter Szor Heuristic detection of malicious computer code by page tracking
US20040015726A1 (en) * 2002-07-22 2004-01-22 Peter Szor Preventing e-mail propagation of malicious computer code
US20040068663A1 (en) * 2002-10-07 2004-04-08 Sobel William E. Performance of malicious computer code detection
US20040083408A1 (en) * 2002-10-24 2004-04-29 Mark Spiegel Heuristic detection and termination of fast spreading network worm attacks
US20040128379A1 (en) * 2002-12-30 2004-07-01 Jerry Mizell Collecting standard interval metrics using a randomized collection period
US6775821B2 (en) * 1998-04-13 2004-08-10 Adobe Systems Incorporated Free-standing macros
US20040239638A1 (en) * 2003-06-02 2004-12-02 Microsoft Corporation System and method for displaying, completing and executing keyboard key combinations
US20050257129A1 (en) * 2002-07-31 2005-11-17 Bellsouth Intellectual Property Corporation File conversion
US20060036715A1 (en) * 2004-05-21 2006-02-16 Bea Systems, Inc. System and method for scripting tool for server configuration
US7089591B1 (en) * 1999-07-30 2006-08-08 Symantec Corporation Generic detection and elimination of marco viruses
US7155742B1 (en) 2002-05-16 2006-12-26 Symantec Corporation Countering infections to communications modules
US20070005342A1 (en) * 2005-07-01 2007-01-04 Ronald Ortscheid Computer source code generator
US7203959B2 (en) 2003-03-14 2007-04-10 Symantec Corporation Stream scanning through network proxy servers
US20070109561A1 (en) * 2005-11-16 2007-05-17 Tadashi Suzue Operating information recording method, operating information reproducing method, operating information storing method and apparatus and programs of the same
US20070157074A1 (en) * 2005-09-13 2007-07-05 Ilse Breedvelt-Schouten System for and method of providing overview of a worksheet in an electronic report
US20070168977A1 (en) * 2005-12-15 2007-07-19 Microsoft Corporation Embedded macros
US7249187B2 (en) 2002-11-27 2007-07-24 Symantec Corporation Enforcement of compliance with network security policies
US20070174776A1 (en) * 2006-01-24 2007-07-26 Bea Systems, Inc. System and method for scripting explorer for server configuration
US7296293B2 (en) 2002-12-31 2007-11-13 Symantec Corporation Using a benevolent worm to assess and correct computer security vulnerabilities
US7337327B1 (en) 2004-03-30 2008-02-26 Symantec Corporation Using mobility tokens to observe malicious mobile code
US7367056B1 (en) 2002-06-04 2008-04-29 Symantec Corporation Countering malicious code infections to computer files that have been infected more than once
US7370233B1 (en) 2004-05-21 2008-05-06 Symantec Corporation Verification of desired end-state using a virtual machine environment
US7373667B1 (en) 2004-05-14 2008-05-13 Symantec Corporation Protecting a computer coupled to a network from malicious code infections
US20080222508A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for comparing spreadsheets
US20080222510A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for generating a history log associated with a spreadsheet
US20080222507A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for decomposing a spreadsheet
WO2008107665A2 (en) * 2007-03-05 2008-09-12 Resolver Systems Ltd A graphical user interface for use in integrating programming functions with spreadsheet applications
US7441042B1 (en) 2004-08-25 2008-10-21 Symanetc Corporation System and method for correlating network traffic and corresponding file input/output traffic
US7478431B1 (en) 2002-08-02 2009-01-13 Symantec Corporation Heuristic detection of computer viruses
US7484094B1 (en) 2004-05-14 2009-01-27 Symantec Corporation Opening computer files quickly and safely over a network
US7565686B1 (en) 2004-11-08 2009-07-21 Symantec Corporation Preventing unauthorized loading of late binding code into a process
US7631353B2 (en) 2002-12-17 2009-12-08 Symantec Corporation Blocking replication of e-mail worms
US7690034B1 (en) 2004-09-10 2010-03-30 Symantec Corporation Using behavior blocking mobility tokens to facilitate distributed worm detection
US8104086B1 (en) 2005-03-03 2012-01-24 Symantec Corporation Heuristically detecting spyware/adware registry activity
US8271774B1 (en) 2003-08-11 2012-09-18 Symantec Corporation Circumstantial blocking of incoming network traffic containing code
US20130139113A1 (en) * 2011-11-30 2013-05-30 Microsoft Corporation Quick action for performing frequent tasks on a mobile device
US8763076B1 (en) 2006-06-30 2014-06-24 Symantec Corporation Endpoint management using trust rating data
USD829746S1 (en) * 2016-06-07 2018-10-02 Amadeus S.A.S. Display screen with animated graphical user interface

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4553205A (en) * 1982-09-21 1985-11-12 Salvatore Porchia Flexible macro expansion process
US5157384A (en) * 1989-04-28 1992-10-20 International Business Machines Corporation Advanced user interface
US5293629A (en) * 1990-11-30 1994-03-08 Abraxas Software, Inc. Method of analyzing computer source code
US5371675A (en) * 1992-06-03 1994-12-06 Lotus Development Corporation Spreadsheet program which implements alternative range references
US5404528A (en) * 1993-01-19 1995-04-04 Canon Information Systems, Inc. Scripting system
US5452449A (en) * 1991-07-03 1995-09-19 Itt Corporation Interactive multi-module source code analyzer that matches and expands call and entry statement parameters
US5502805A (en) * 1992-04-08 1996-03-26 Borland International, Inc. System and methods for improved spreadsheet interface with user-familiar objects

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4553205A (en) * 1982-09-21 1985-11-12 Salvatore Porchia Flexible macro expansion process
US5157384A (en) * 1989-04-28 1992-10-20 International Business Machines Corporation Advanced user interface
US5293629A (en) * 1990-11-30 1994-03-08 Abraxas Software, Inc. Method of analyzing computer source code
US5452449A (en) * 1991-07-03 1995-09-19 Itt Corporation Interactive multi-module source code analyzer that matches and expands call and entry statement parameters
US5502805A (en) * 1992-04-08 1996-03-26 Borland International, Inc. System and methods for improved spreadsheet interface with user-familiar objects
US5623591A (en) * 1992-04-08 1997-04-22 Borland International, Inc. System and methods for building spreadsheet applications
US5371675A (en) * 1992-06-03 1994-12-06 Lotus Development Corporation Spreadsheet program which implements alternative range references
US5404528A (en) * 1993-01-19 1995-04-04 Canon Information Systems, Inc. Scripting system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Michel, Steve, Macro market . . . Tempo III Plus, MacWeek,v7,n18,p. 64(1), May 1993. *
Rubin, Ross Scott, QuicKeys . . . shortcut app gains, MacWeek,v7,n41,p. 51(2), Oct. 1993. *

Cited By (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6775821B2 (en) * 1998-04-13 2004-08-10 Adobe Systems Incorporated Free-standing macros
US7089591B1 (en) * 1999-07-30 2006-08-08 Symantec Corporation Generic detection and elimination of marco viruses
US20030212984A1 (en) * 2000-12-08 2003-11-13 Fujitsu Limited Sequence analysis method and apparatus
US7062751B2 (en) 2000-12-08 2006-06-13 Fujitsu Limited Sequence analysis method and apparatus
US20020107933A1 (en) * 2001-02-03 2002-08-08 Samsung Electronics Co., Ltd. Apparatus and method for controlling a device in a home network and a home network system employing the same
US7243132B2 (en) * 2001-02-03 2007-07-10 Samsung Electronics Co., Ltd. Apparatus and method for controlling a device in a home network based upon a batch command that is generated when a name of the batch command, a name of the device, a service of the device and details related to the service are sequentially selected
US7483993B2 (en) 2001-04-06 2009-01-27 Symantec Corporation Temporal access control for computer virus prevention
US20030088680A1 (en) * 2001-04-06 2003-05-08 Nachenberg Carey S Temporal access control for computer virus prevention
US7155742B1 (en) 2002-05-16 2006-12-26 Symantec Corporation Countering infections to communications modules
US7367056B1 (en) 2002-06-04 2008-04-29 Symantec Corporation Countering malicious code infections to computer files that have been infected more than once
US6934778B2 (en) * 2002-06-28 2005-08-23 Kabushiki Kaisha Toshiba Information processing apparatus and input assisting method for use in the same
US20040001098A1 (en) * 2002-06-28 2004-01-01 Kabushiki Kaisha Toshiba Information processing apparatus and input assisting method for use in the same
US7418729B2 (en) 2002-07-19 2008-08-26 Symantec Corporation Heuristic detection of malicious computer code by page tracking
US20040015712A1 (en) * 2002-07-19 2004-01-22 Peter Szor Heuristic detection of malicious computer code by page tracking
US7380277B2 (en) 2002-07-22 2008-05-27 Symantec Corporation Preventing e-mail propagation of malicious computer code
US20040015726A1 (en) * 2002-07-22 2004-01-22 Peter Szor Preventing e-mail propagation of malicious computer code
US20050257129A1 (en) * 2002-07-31 2005-11-17 Bellsouth Intellectual Property Corporation File conversion
US7533110B2 (en) * 2002-07-31 2009-05-12 At&T Intellectual Property I, L.P. File conversion
US7478431B1 (en) 2002-08-02 2009-01-13 Symantec Corporation Heuristic detection of computer viruses
US7469419B2 (en) 2002-10-07 2008-12-23 Symantec Corporation Detection of malicious computer code
US20040068663A1 (en) * 2002-10-07 2004-04-08 Sobel William E. Performance of malicious computer code detection
US20040083408A1 (en) * 2002-10-24 2004-04-29 Mark Spiegel Heuristic detection and termination of fast spreading network worm attacks
US7159149B2 (en) 2002-10-24 2007-01-02 Symantec Corporation Heuristic detection and termination of fast spreading network worm attacks
US7249187B2 (en) 2002-11-27 2007-07-24 Symantec Corporation Enforcement of compliance with network security policies
US7631353B2 (en) 2002-12-17 2009-12-08 Symantec Corporation Blocking replication of e-mail worms
US20040128379A1 (en) * 2002-12-30 2004-07-01 Jerry Mizell Collecting standard interval metrics using a randomized collection period
US7296293B2 (en) 2002-12-31 2007-11-13 Symantec Corporation Using a benevolent worm to assess and correct computer security vulnerabilities
US7203959B2 (en) 2003-03-14 2007-04-10 Symantec Corporation Stream scanning through network proxy servers
US20040239638A1 (en) * 2003-06-02 2004-12-02 Microsoft Corporation System and method for displaying, completing and executing keyboard key combinations
US8271774B1 (en) 2003-08-11 2012-09-18 Symantec Corporation Circumstantial blocking of incoming network traffic containing code
US7337327B1 (en) 2004-03-30 2008-02-26 Symantec Corporation Using mobility tokens to observe malicious mobile code
US7484094B1 (en) 2004-05-14 2009-01-27 Symantec Corporation Opening computer files quickly and safely over a network
US7373667B1 (en) 2004-05-14 2008-05-13 Symantec Corporation Protecting a computer coupled to a network from malicious code infections
US7370233B1 (en) 2004-05-21 2008-05-06 Symantec Corporation Verification of desired end-state using a virtual machine environment
US20060036715A1 (en) * 2004-05-21 2006-02-16 Bea Systems, Inc. System and method for scripting tool for server configuration
US8180864B2 (en) 2004-05-21 2012-05-15 Oracle International Corporation System and method for scripting tool for server configuration
US7441042B1 (en) 2004-08-25 2008-10-21 Symanetc Corporation System and method for correlating network traffic and corresponding file input/output traffic
US7690034B1 (en) 2004-09-10 2010-03-30 Symantec Corporation Using behavior blocking mobility tokens to facilitate distributed worm detection
US7565686B1 (en) 2004-11-08 2009-07-21 Symantec Corporation Preventing unauthorized loading of late binding code into a process
US8104086B1 (en) 2005-03-03 2012-01-24 Symantec Corporation Heuristically detecting spyware/adware registry activity
US20070005342A1 (en) * 2005-07-01 2007-01-04 Ronald Ortscheid Computer source code generator
US7761843B2 (en) 2005-07-01 2010-07-20 Ronald Ortscheid Computer source code generator
US8549489B2 (en) 2005-07-01 2013-10-01 Ronald Ortscheid Computer source code generator
US20100257512A1 (en) * 2005-07-01 2010-10-07 Ronald Ortscheid Computer Source Code Generator
US20070157074A1 (en) * 2005-09-13 2007-07-05 Ilse Breedvelt-Schouten System for and method of providing overview of a worksheet in an electronic report
US7721189B2 (en) * 2005-09-13 2010-05-18 International Business Machines Corporation System for and method of providing overview of a worksheet in an electronic report
US20070109561A1 (en) * 2005-11-16 2007-05-17 Tadashi Suzue Operating information recording method, operating information reproducing method, operating information storing method and apparatus and programs of the same
US20070168977A1 (en) * 2005-12-15 2007-07-19 Microsoft Corporation Embedded macros
US7716637B2 (en) 2005-12-15 2010-05-11 Microsoft Corporation Embedded macros
US20070174776A1 (en) * 2006-01-24 2007-07-26 Bea Systems, Inc. System and method for scripting explorer for server configuration
US8078971B2 (en) * 2006-01-24 2011-12-13 Oracle International Corporation System and method for scripting explorer for server configuration
US8763076B1 (en) 2006-06-30 2014-06-24 Symantec Corporation Endpoint management using trust rating data
WO2008107665A2 (en) * 2007-03-05 2008-09-12 Resolver Systems Ltd A graphical user interface for use in integrating programming functions with spreadsheet applications
WO2008107665A3 (en) * 2007-03-05 2009-02-26 Resolver Systems Ltd A graphical user interface for use in integrating programming functions with spreadsheet applications
US20080222507A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for decomposing a spreadsheet
US20080222510A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for generating a history log associated with a spreadsheet
US20080222508A1 (en) * 2007-03-08 2008-09-11 Huy Nguyen Method and system for comparing spreadsheets
US20130139113A1 (en) * 2011-11-30 2013-05-30 Microsoft Corporation Quick action for performing frequent tasks on a mobile device
USD829746S1 (en) * 2016-06-07 2018-10-02 Amadeus S.A.S. Display screen with animated graphical user interface

Also Published As

Publication number Publication date
JPH09147040A (en) 1997-06-06
JP3434105B2 (en) 2003-08-04

Similar Documents

Publication Publication Date Title
US6104872A (en) Macro program management system
EP1922604B1 (en) Command user interface for displaying selectable functionality controls in a database application
US5847707A (en) Icon menu display devices and methods
JPH07210393A (en) Method and equipment for creation of rule for data processing system
US20050216834A1 (en) Method, apparatus, and computer-readable medium for dynamically rendering a user interface menu
US20040056903A1 (en) Directory management program, object display program, directory management method, and directory management apparatus
JPH0711779B2 (en) Processing target instruction pattern display device
JPH0352098B2 (en)
US20030071860A1 (en) System and method for managing graphical components
JP3521147B2 (en) User interface customizing method and apparatus
US5287502A (en) Computer system for executing application programs by a combination of picture symbols
US20060195426A1 (en) Information management apparatus, information management method, and information management program
US10268669B1 (en) Intelligent graphical word processing system and method
JPH05289839A (en) Method and device for window management
Greenberg et al. Supporting command reuse: Mechanisms for reuse
JP2002543519A (en) Computer operation
JPH08137648A (en) Operation device for image input output device
JP4518537B2 (en) Screen creation support device
JPH07261830A (en) Plant operation support system
JP3198941B2 (en) Information processing device and recording medium
JP2001022733A (en) Device and method for information processing, and computer-readable recording medium where program allowing computer to implement same method is recorded
Hallot , Getting Started with Calc
JP4050140B2 (en) Data input support device, data input support method and program
JPH02181866A (en) Information processing device
JP2020091714A (en) Document processing device, document processing service provision system, and program

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KUBOTA, KEIKO;EZURE, YASUTO;MISAWA, TOMOHISA;REEL/FRAME:008037/0774

Effective date: 19960528

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12