Wallace Wang

Wallace Wang, a columnist for Boardwatch, has written more than a dozen computer books, including More Visual Basic For Windows For Dummies and Beginning Programming For Dummies.

Articles From Wallace Wang

page 1
page 2
page 3
page 4
page 5
page 6
page 7
page 8
page 9
page 10
page 11
page 12
page 13
page 14
page 15
page 16
page 17
164 results
164 results
Beginning Programming All-In-One For Dummies Cheat Sheet

Cheat Sheet / Updated 05-03-2022

If you're just getting started writing computer programs, you need to learn programming branching and looping statements to perform the specific jobs you need for an effective program. Keeping a list of computer programming resources for useful information handy can help, too.

View Cheat Sheet
Breaking Into Acting For Dummies Cheat Sheet

Cheat Sheet / Updated 03-25-2022

Breaking into acting takes more than catching a lucky break. Take steps to show up prepared for your acting audition, like keeping your clothes measurements with you. Keep accurate records of your acting expenses so you can deduct them from your taxes. Learn to deal with the frustration of acting, and keep your hopes of becoming an actor alive.

View Cheat Sheet
Microsoft Office 2019 For Dummies Cheat Sheet

Cheat Sheet / Updated 03-15-2022

Microsoft Office 2019 comes jam-packed with features. This Cheat Sheet can help you navigate around those features easier by providing keyboard shortcuts and tips for using the mouse, and ribbon to get fast access to the most commonly used commands. You’ll master Office 2019 in no time!

View Cheat Sheet
Access 2019: How to Create an Access Database

Article / Updated 10-05-2021

To create an Access database, you need to first create a database table and then define the names of all the fields you want to store in that table. Access database tables let you divide a file into separate parts. For example, one database table may hold the names and addresses of all your customers, a second database table may hold the names and addresses of all your employees, and a third database table may hold the names and addresses of your suppliers. Access stores all this related information in a single Access file that’s saved on your hard drive. Designing an Access database To design your Access database, you can create a database from scratch or use an existing template, which you can modify. Designing a database means defining both the number of fields to use for storing information and the maximum amount of data each field can hold. If you have a field that stores numbers, what are the maximum and minimum limits on the numbers you want to save in that field? If you’re storing someone’s age, you probably don’t want the field to contain negative numbers or numbers beyond 200. If your field needs to hold salaries, the field may need to hold large numbers but no negative numbers. In general, store information in separate field in Access. So, rather than create a single field to hold someone’s full name, create two separate fields: One field holds a first name, and the second field holds the last name. By storing last names in a separate field, you can easily yank last names out of your database to create form letters that state, “The Smith family has just won $200,000 dollars in the Publisher’s Umpteenth Sales Pitch Sweepstakes!” Access can create a blank database or a special database by using one of many templates available from the Microsoft website. No matter how you create a database, you will likely need to customize it for the type of data you want to store. When you start Access, it gives you a choice of opening an existing database or creating a new one. Creating a new database To create a database with Access already running, follow these steps: Click the File tab. Choose New.Access displays a variety of database templates you can use. Click an icon, such as Blank Database, or any database template. When you click a template, a window appears; you see a preview of your template. Click in the File Name text box and type a descriptive name for your database. If you click the folder icon that appears to the right of the File Name text box, you can open a dialog box that will let you define a specific drive and folder in which to store your database file. Click the Create button to create your database file. Access displays a blank database. Click the Click to Add heading. Access displays a menu for defining what type of data that field can hold, such as text or numbers. Choose Long Text. Access displays a generic field name, such as Field 1. Type a name for your field (such as First Name or Salary). Press Enter.Access displays another Click to Add column; its menu lets you choose the type of data to store in the next field. Choose Long Text or any other data type you want the field to hold.Access displays another generic field, such as Field1. Type a name for your field, such as Last Name. Repeat Steps 9 through 11 for each additional field you want to create. When you have finished adding fields, press Esc on the keyboard. Check here for handy Access 2019 keyboard shortcuts.

View Article
Access 2019: How to Edit and Modify an Access Database

Article / Updated 01-10-2019

After you create an Access database from scratch or from a template, you may need to modify it by giving each field a descriptive name, defining the size of each field, or adding and deleting a field. With Access 2019, these tasks are easier than ever. Naming a field in Access 2019 If you create a database from scratch, Access displays generic field names such as Field1. If you didn't modify these generic field names when you created your database, you can change names later. If you create a database from a template, you’ll see the descriptive field names, but you may still want to rename the fields to something else. To rename a field in Access, follow these steps: In the All Access Objects pane on the left of the screen, double-click the table that contains the fields you want to rename. Access displays the Datasheet view (which resembles an Excel spreadsheet) of your database. Double-click the field (column head) that you want to rename. Access highlights the column heading. Type a new name for your field. To rename other fields, repeat Steps 2 and 3. When you're finished, press Enter. Adding and deleting a field in Access Sometimes you may need to add a field to make room to store new information. At other times, you may want to delete a field that you don’t really want after all. It’s usually best to add and delete fields when creating and designing a database, before you start storing data such as names and addresses. If you add fields after you’ve stored data, you’ll wind up with empty fields in existing records. To add a field to an Access database table, follow these steps: Click the downward-pointing arrow that appears to the right of the Click to Add heading. A menu appears. Choose the type of field you want to add, such as Currency or Short Text. Access inserts your field and gives it a generic name like Field3. To delete a field from an Access database table, follow these steps: Right-click the field (column head) you want to delete. Access highlights the entire column in your database table and displays a pop-up menu. Click Delete Field.If you have stored data in that field, a dialog box appears, asking whether you want to permanently delete all the data in the field. If you delete a field, you also delete any data that may be stored in that field. Depending on how much data you have stored, you can wipe out a lot of information by deleting a single field, so be careful. Click Yes (or No). If you click Yes, Access deletes your chosen field. Defining the type and size of a field in Access The data type of a field defines what kind of data the field can hold (numbers, text, dates, and so on), and the size of a field defines the amount of data the field can hold (no numbers larger than 250 digits, any text string with fewer than 120 characters, and so on). The purpose of defining the type and size of a field is to make sure that you store only valid data in that field. If a field is meant to store names, you don’t want someone typing a number. If a field is meant to store a person’s age, you don’t want the field to accept negative numbers. To define the type and amount of data a field can store in Access, follow these steps: Click the Home tab. In the All Access Objects pane on the left of the screen, double-click the table that contains the fields you want to define.Access displays the Datasheet view of your table. Click the column heading of the field you want to define. Access highlights the entire column. On the Ribbon interface, click the Fields tab that appears under the Table Tools heading. The Fields tab displays options for modifying your field. In the Formatting group, click the arrow that appears to the right of the Data Type combo box.A pull-down menu appears, listing all the types of data you can define to store in a field. Choose a data type, such as Number, Text, or Date/Time.Depending on the data type you choose, you can choose additional options by clicking in the Format combo box. If you change a field's data type, you may lose any existing data stored in that field.

View Article
10 Ways to Make Office 2019 Easier to Use

Article / Updated 12-06-2018

If you haven’t noticed by now, plenty of features are buried in Office 2019 that you probably don’t need most of the time. However, if you’re a die-hard Office 2019 power user, you may want to peek at some of the more advanced features available to make your life easier. Although these advanced features may take time to learn and master, you may find the effort worth it to make Office 2019 behave exactly the way you want it to. Best of all, you can learn these new features by playing with them at work — so that way, you can learn something new and get paid for doing it at the same time. Build (and use) your own Office add-ins If you’re like most people, you probably just want to use a program, make it do what you need it to do, and then go home. However, if you find yourself wishing Office 2019 could do something more, you may want to take some time to develop your own apps for Office 2019. To create apps for Office 2019, you need to use industry-standard programming languages such as HTML5, JavaScript, CSS3 (Cascading Style Sheets), and XML. By creating your own Office 2019 apps, you can extend Office 2019’s capabilities. If you create a particularly useful app, you can even sell it or give it away. To learn more about creating your own Office 2019 apps, view the brief tutorial on how to create your first Office 2019 app). If you don't want to create your own Office apps, click the Insert tab and then click the Store icon. Now you can browse through Office add-ins that other people have created for use (for free or for a price). By downloading and installing Office add-ins, you can boost the capabilities of Office. Collaborating with the Office 2019 review tab If you’re the only person who needs to edit, view, and use your Office 2019 documents, you can safely skip this section. However, if you’re like many people, you need to collaborate with others. The old-fashioned way of collaborating meant printing paper copies, sending them to others, and writing directly on them. With Office, you can highlight, mark up, and edit documents electronically so that you can distribute files by email or through a network. Each time someone makes a change to a document, Office 2019 tracks the changes with a different color and identifies the contributor by name. Now you can see who wrote what, and you can selectively keep the comments that are most valuable and ignore the ones you don’t like. Some of the more useful commands hidden on the Review tab are New Comment: Inserts a comment directly into a document without affecting the existing text. Track Changes: Highlights any new text or data that someone adds to or deletes from an existing document. Compare: Examines two files and highlights the differences between the two. This tool also gives you the option of selectively merging changes into a single document. By using the features stored on the Review tab, you can send multiple copies of a file to others, let everyone make comments, mark up the text, move data around, and then merge everyone’s comments and changes into a single, final version. Using Word 2019’s References tab Most people use Word just to write letters or short reports. If you need to create longer documents, you may be interested in using some of the following the features buried on Word’s References tab: Table of Contents: Creates a table of contents based on the header styles used in a document Insert Footnote: Creates a footnote at the bottom of the page Insert Endnote: Creates a list of notes at the end of a document Insert Caption: Automatically numbers figures, tables, or equations Insert Table of Figures: Creates a list of figures, tables, or equations that you created using the Insert Caption command Mark Entry: Tags words or phrases to appear in an index Insert Index: Creates an index based on words or phrases tagged with the Mark Entry command Using Excel 2019’s Data tab Most people type data directly into an Excel worksheet and then manipulate that data through formulas or other commands. However, you can also design a worksheet and then import data from another location (such as stock quotes that you retrieve from a website), a text file, an Access database, or even a database file created by another program (such as an ancient dBASE database). Following are some of the features available from the Get External Data icon on Excel’s Data tab: From Table/Range: Retrieves data from an Excel table or range From web: Retrieves data stored in a table on a web page From Text/CSV: Retrieves data stored as an ASCII text file Get Data: Retrieves data stored in other sources, such as an SQL Server or XML file Saving and sending Office 2019 files The traditional way to send a file to someone is to save your file, load your email program (such as Outlook), create a new message, attach your file (if you can remember where you stored it), and send it over the Internet. Here’s a faster way to send a file: In the file that you want to send, click the File tab. Click Share. The Share window appears. Click Email and then click one of the following: Send as Attachment: Attaches the Office 2019 file. Recipients will be able to view and edit this file only if they also have Office 2019. Send a Link: Sends a link to a file when you’re collaborating over a local area network. Send as PDF: Converts the file to PDF (Portable Document Format) before attaching it to the message. Recipients who don't have special PDF-editing software will be able to view the file but not edit it. Send as XPS: Converts the file to XPS (Open XML Paper Specification) format before attaching it to the message. Recipients will need a program that can open and display an XPS file, which preserves formatting and works similar to a PDF file. Encrypting an Office 2019 file After creating a file in Office 2019, you may want to show it to others but not let anyone else modify it. You could trust that nobody will mess up your file, but a better option is to password-protect it so nobody can modify it without your permission. To password-protect a file, follow these steps: Click the File tab. Click Info, and then click the Protect button (such as Protect Document or Protect Presentation). A menu appears. Click Encrypt with Password. An Encrypt Document dialog box appears. Type a password and then click OK. If you forget your password, you won’t be able to access your own file, so make sure you remember your password. Many third-party companies sell password-cracking tools for retrieving the password to Office 2019 files. These tools can be useful if you forget your own password, but they can be used also by malicious people, so don't think that passwords alone can protect your Office 2019 documents from prying eyes. Saving Office 2019 files to the cloud In the old days, everyone saved files directly on their computer's hard disk. Although this method worked, it had problems. If you took a laptop but forgot to copy a crucial file off your desktop, your laptop would be essentially useless. That's why Microsoft offers OneDrive, their cloud-based service that lets you save files over the Internet to your OneDrive account. After you save a file on OneDrive, you can access that file from any computer that has access to the Internet. So, for example, you can store crucial files on OneDrive from your desktop PC, and then take a laptop and access the same files on OneDrive. Now, instead of having two copies of a file (one on your desktop and one on your laptop), you just have one file on OneDrive. This eliminates the need to keep track of multiple copies of the same file. Storing files on OneDrive has another advantage in that it allows multiple collaboration on the same file. If you are in Berlin and your co-worker is in Tokyo, you can both access and edit the same file on OneDrive. By saving files to OneDrive, you can access them at any time and share them with others as well. To save a file on OneDrive, follow these steps: Click the File tab. Click Save As. A menu appears. Click OneDrive. Ignoring the silly Office 2019 Ribbon Although the Office Ribbon represents a more visual way to use Microsoft Office, some people still prefer the classic pull-down menu interface of previous versions of Microsoft Office. Those who don’t want to give up their familiarity with pull-down menus can buy an add-on program dubbed Classic Menu for Office. This program essentially gives back your pull-down menus so you can choose between the Office Ribbon and traditional pull-down menus. Now you can have the best of both worlds without giving up either one. The main drawback with this add-on program is that if you have to use someone else’s copy of Office 2019 that doesn’t have this add-on installed, you may feel lost trying to use the Ribbon alone. For this reason, it’s a good idea to become familiar with the Office Ribbon and use this Classic Menu for Office add-on program to help you make the transition from an older version of Office to Office 2019. Find more Office 2019 templates Templates help you create well-designed and professionally formatted documents quickly and easily. Programs such as Word, Excel, PowerPoint, and Access offer plenty of templates to choose from, but those aren’t the only templates you can find and use. Microsoft offers an online list of templates, and many companies offer unique templates as well. Avery, a popular mailing label company, provides templates designed for printing mailing labels, business cards, and other specialized documents. If you search for Microsoft Office templates in your favorite search engine, you’ll likely find many companies offering Microsoft Office templates that you can download and use free. Use Microsoft Office everywhere When you use OneDrive, you can access your files from any computer. For greater versatility, consider using Office 365, Office for Android, or Office for iOS. Office 365 runs entirely within your browser, which means you can use any computer that can connect to the Internet, such as a Linux PC or a Chromebook, to create and edit Microsoft Office documents. If you want to use different types of computers and still use Microsoft Office, you’ll want Office 365. Office for Android lets you run Word, Excel, PowerPoint, and Outlook on any Android smartphone or tablet. Office for iOS lets you run Word, Excel, PowerPoint, and Outlook on an iPhone or iPad. With either Office for Android or Office for iOS, you can create and edit Microsoft Office documents on your favorite mobile computer. Now you’ll be able to use Microsoft Office wherever you go.

View Article
Access Report Design: Applying Themes and Conditional Formatting in Access 2019

Article / Updated 12-06-2018

Access reports can be useful for displaying data, but you can go one step further and make your Access reports look visually pleasing as well. One way to change the appearance of an Access report is to use a predefined theme, which can instantly add color to make even the dullest Access report look interesting. Applying themes in Access 2019 A theme simply rearranges the appearance of your entire report so it doesn’t look like a boring list of text and numbers. To apply a theme to an Access report, follow these steps: Display your report in Design view. Click the Design tab. In the Themes group, click the Themes icon. A menu appears, listing all the available themes. Move the mouse pointer over a theme. Access shows how your report will look with the selected theme. Select a theme to choose it for your report. Access displays your report with your selected theme. Creating conditional formatting in Access 2019 An Access report can display data, but sometimes you may want help in identifying certain types of data. For example, you may want Access to highlight sales figures that are greater than $250,000 so you can spot this information easier. Although you can manually examine a report and highlight such information yourself, it’s faster and more accurate to let Access do it instead. Formatting data based on certain criteria is known as conditional formatting. The idea is that Access formats data only when certain conditions are met, such as a value greater than $250,000 or less than $10,000. To use conditional formatting, you need to define the field to format, define a rule to trigger the formatting, and then the type of formatting you want to apply, such as highlighting the Access field in red or yellow. To apply conditional formatting to data in an Access report, follow these steps: Display your report in Design view. Select the field to which you want apply conditional formatting. You can apply conditional formatting to a numeric or text field. Click the Format tab. In the Control Formatting group, click the Conditional Formatting icon. A Conditional Formatting Rules Manager dialog box appears. Click the New Rule button. A New Formatting Rule dialog box appears. You can click the Edit Rule or Delete Rule button here to edit or delete a rule that you’ve created. Select a rule type: Check values in the current record or use an expression (you can create a rule that considers the value of only a single field) Compare to other records (you can create a rule that examines the value of the same field stored in other records) In the Edit the Rule Description category, define your rule. Depending on the option you chose in Step 6, the Edit the Rule Description category may display different options. Choose the type of formatting to display if the data in a field matches the rule that you defined in Step 7. Click OK. The Conditional Formatting Rules Manager dialog box appears again, displaying your newly created rule. Click OK. Access now displays your formatting changes in the field if it matches your defined rule.

View Article
Access 2019 Reports: Editing the Data in a Report

Article / Updated 12-06-2018

After you create an Access report, you can manipulate the data displayed in that report, such as sorting data in ascending or descending order, changing from portrait to landscape (or vice versa), or applying a filter that displays only data that meets a certain criteria. By using an Access report, you get a different view of your data. By manipulating the data in an Access report, you create alternate views of the same report. Some common ways to extract information from an Access report include counting, sorting, and filtering. Switching an Access report to Layout view To manipulate data in an Access report, you must first display your report in Layout view, which you can do by following these steps: In the All Access Objects pane (the left pane of the Access window), double-click the report name. Access displays your chosen report. Click the Home tab. In the Views group, click the downward-pointing arrow below the View icon. A pull-down menu appears. Choose Layout View. Access displays your report in Layout view, which highlights an entire column (field) at a time. Counting records or values in Access 2019 To make reports more useful, you can have Access count and display information. For example, you might want to know which products are selling the best or the total dollar amount of each sale so you can tell exactly how much money your company made during March. By counting records or adding up values stored in fields, Access can help you better interpret the data displayed in a report. To count the number of records or values in an Access report, follow these steps: Switch to the Layout view of your report by following the steps above. Right-click in the column (not the column heading) that you want to count. Access highlights your chosen column and displays a pop-up menu. Click Total. The menu command displays the Total command along with the field name you right-clicked, such as Total Last Name or Total Sales. Access displays a submenu that displays Count Records or Count Values. Choose either Count Records or Count Values. Access displays the total count in your report. If you choose the Count Records or Count Values command again, you can hide the total count in your report. Sorting a field in Access 2019 Access can sort each field in ascending or descending order. Sorting a field simply rearranges the data in your report for your convenience. To sort a column (field) in an Access report, follow these steps: Switch to the Layout view of your report by following the steps above. Right-click in the column (not the column heading) that you want to sort. Access highlights your chosen column and displays a pop-up menu. Choose one of the following: Sort A to Z (or Sort Smallest to Largest): Sorts in ascending order Sort Z to A (or Sort Largest to Smallest): Sorts in descending order Access sorts your chosen data in your report. Filtering a field in Access 2019 Filtering tells Access to display only data that meets a certain criterion, such as a fixed amount. For example, if you have a report that lists all the sales of products, you can filter your report to show only those products that sold over $1,000. To filter data in a field, follow these steps: Switch to the Layout view of your Access report by following Steps 1 through 3 above. Right-click in the column (not the column heading) that you want to filter. Access highlights your chosen column and displays a pop-up menu. Choose a filter, such as Text Filters or Number Filters. Depending on the type of data your column contains, the Filter command may appear as Text Filters or Number Filters. A submenu appears. Choose a filter criteria, such as Sum or Average. Depending on the criteria you choose, a Custom Filter dialog box appears. In the Custom Filter dialog box, type your criteria, and then click OK. Access applies your filter to your report. You can always turn off your filter by clicking the Home tab and then clicking the Toggle Filter icon in the Sort & Filter group.

View Article
How to Use the Report Wizard in Access 2019

Article / Updated 12-05-2018

The easiest way to create a report in Access is to use the Report Wizard, which guides you step by step through arranging and selecting which data to print on a report. To use the Report Wizard in Access, follow these steps: Click the Create tab. In the Reports group, click the Report Wizard icon. The Report Wizard dialog box appears. Click in the Tables/Queries list box and choose the table or query that contains the data you want to print in a report. Click a field in the Available Fields box and then click the > button. Repeat this step for each additional field you want to display in your report. Click Next. Another dialog box appears, asking whether you want to group your data by a specific field, such as by First Name, Last Name, or Sales. Click a field name displayed in the box and then click the > button. Repeat this step for each additional field you want to use to group your data on the report. Click Next. Another dialog box appears, asking you to choose up to four fields to use for sorting your data in your report. Click in a list box and choose a field to sort your data. Data will be sorted by the order chosen here for each additional field you sort on. (Optional) Click the Ascending button to change the sorting criteria from Ascending to Descending and vice versa. Click Next. Another dialog box appears, asking you how to lay out your report. In the Layout group. select a radio button, such as Stepped or Block. You may see different options depending on the fields you chose in the previous steps. (Optional) In the Orientation group, select the Portrait or Landscape radio button. Click Next. Another dialog box appears, asking for a descriptive name for your report. Type a descriptive name for your report and then click Finish. Access displays your report. To view your report again, double-click the report name in the left pane of the Access window If you change any data, you can see those updated changes in your report by following these steps: Right-click the tab that represents your currently displayed report. A pop-up menu appears. Choose Close. In the left pane of the Access window, double-click the report name. Your chosen report appears again, displaying any data you updated or modified since the last time you viewed the report. Access won’t automatically update your reports just because you modified data that the report displays.

View Article
10 Useful Features in Office 2019

Article / Updated 12-05-2018

Microsoft Office is famous for burying tons of useful features that most people never know about. Here, you discover some Office 2019 features so you can take advantage of them and make Office 2019 more convenient (and safer) for you to use. Saving Office 2019 files Most people dump their documents inside a folder in the Documents folder. Store too many documents in this folder, however, and you’ll find it’s nearly impossible to find anything. To make retrieving files easier, it’s a good idea to store different data in its own folders, such as storing tax-related information in a special Tax Returns folder or invoices in a special 2021 Invoices folder. Left to its own devices, of course, Office 2019 will cheerfully save all your files in the Documents folder, so you’ll need to tell the program where you want it to save files. In addition to defining a default folder to store files, you can also define a default file format for your Office 2019 programs. This can be especially useful if you need to share files with others, such as people still stuck using an older version of Microsoft Office (97/2000/XP/2003). Microsoft Office 2007 and up use a more modern file format in which the file extension consists of more than three letters, such as .docx or .xlsx. This new file format offers additional features not available in the older file format, which has a three-letter file extension, such as .doc or .xls. Finally, to protect your data (as much as possible) from inevitable computer crashes and hard drive failures, Office 2019 programs include a special AutoRecover feature, which saves a temporary copy of your file at fixed intervals, such as every ten minutes. That way, if the power goes out, you lose only those changes you made in the last ten minutes and not all your changes. Access doesn’t offer an AutoRecover feature because it automatically saves any changes to your data anyway. To customize the location, format, and AutoRecover feature of an Office 2019 program, follow these steps: Load the Office 2019 program you want to customize (such as Excel or PowerPoint). Click the File tab. Click Options. An Options dialog box appears. Click Save in the left pane. The Options dialog box displays various Save options. (Optional) To save files that are compatible with previous versions of Office, click in the Save Files in This Format list box and choose a file format, such as the 97–2003 format. (Optional) To define a default folder, click in the Default Local File Location text box and type the drive and folder. Or click the Browse button and then choose a folder. (Optional) To define how often you want Office 2019 to automatically save your files, select the Save AutoRecover Information Every check box, click in the Minutes text box, and type a value or click the up or down arrow to define a value, such as 7 minutes. Click OK. Password-protecting your Office files To prevent prying eyes from peeking at your Word, Excel, or PowerPoint files, you can password-protect them. That way, if someone wants to open, view, or edit your files, she must use your password. If someone doesn’t know your password, she won’t be able to view — let alone edit — your files. You (or anyone) can buy programs on the Internet that can crack an Office 2019 password-protected file. For real security, don’t rely on Office 2019’s password-protection feature. To password-protect a file, follow these steps: Load Word, Excel, or PowerPoint. Click the File tab. Choose Save As. The Save As window appears. Click the Browse button. The Save As dialog box appears. Click the Tools button. A pull-down menu appears. Choose General Options. The General Options dialog box appears. To password-protect a file, click in the Password to Open text box and type a password. Another dialog box appears and asks you to confirm the password by typing it again. Type the password again and then click OK. To define a separate password for modifying a file, click in the Password to Modify text box and type a password. This password can be different from the password you typed in Step 6. Another dialog box appears and asks you to confirm the password by typing it again. Type the password again and then click OK. Click Save. You can create a password or remove passwords by repeating the preceding steps and retyping a new password or deleting the password. Guarding against macro viruses in Office 2019 Macro viruses are malicious programs designed to attach themselves to Word, Excel, and PowerPoint files. When an unsuspecting victim opens an infected file, the virus can spread and do something nasty, such as deleting your files or deleting the entire contents of your hard drive. To stop these pests from wrecking your files, get an antivirus program, avoid downloading or accepting any files from unknown people, and turn on Office 2019’s built-in macro-protection feature, which can disable macros or restrict what macro viruses and worms can do even if they infect your computer. To turn on macro protection in Office 2019, follow these steps: Load Word, Excel, or PowerPoint. Click the File tab. Click Options. The Options dialog box appears. Click Trust Center. The Trust Center options appear in the right pane. Click the Trust Center Settings button. The Trust Center dialog box appears. In the left pane, click Macro Settings. The Macro Settings options are displayed. Select one of the following radio buttons: Disable All Macros without Notification: The safest but most restrictive setting, this prevents any macros (valid or viruses) from running when you open the file. Disable All Macros with Notification: This is the default setting; it displays a dialog box that lets you turn on macros if you trust that the file isn’t infected. Disable All Macros Except Digitally Signed Macros: Blocks all macros except for the ones authenticated (previously defined as trusted) by the user. Enable All Macros: This setting runs all macros, which is the most dangerous setting. Keep clicking OK until you return to the Save As dialog box. Click Save. Changing the size of the Office 2019 window When you load any Office 2019 program, it may expand to fill the entire screen. Although this can give you the most space to work, you may want to see parts of other program windows as well. To toggle between displaying an Office 2019 program at full screen or as a window, click the Restore Down/Maximize icon, which appears in the upper-right corner of the Office 2019 program window. To expand or shrink an Office 2019 program window, follow these steps: Load an Office 2019 program, such as Word or Excel. Click the Restore Down icon. The Restore Down icon appears to the left of the Close (X) icon. When you click the Restore Down icon, the window shrinks and the Restore Down icon changes into the Maximize icon. With the Office 2019 window appearing smaller, you can drag or resize it. Click the Maximize icon. The Office 2019 program window expands to fill the entire screen again. Right-clicking the mouse in Office 2019 As a shortcut to giving commands to Office 2019, remember this simple guideline: First select, and then right-click. So if you want to change text or a picture, first select it to tell Office 2019 what you want to modify. Then right-click the mouse to display a pop-up menu of the commands. These pop-up menus display a list of relevant commands for the item you just selected. Freezing row and column headings in Excel 2019 One problem with creating large spreadsheets in Excel is that your identifying row and column headings may scroll out of sight if you scroll down or to the right of your worksheet. To prevent this from happening, you can freeze a row or column that contains identifying labels. That way, when you scroll through your worksheet, your frozen row or column always remains visible. To freeze a row or column in an Excel worksheet, follow these steps: Click the View tab. In the Window group, click the Freeze Panes icon. Click one of the following: Freeze Panes: Divides a worksheet into multiple panes Freeze Top Row: Always displays the top row, no matter how far down you scroll Freeze First Column: Always displays the first column, no matter how far to the right you scroll To unfreeze a row or column, repeat Steps 1 through 3 but click Unfreeze Panes in Step 2. Displaying slides out of order in PowerPoint 2019 When you display a PowerPoint presentation, your slides typically appear in the order in which you arranged them, starting with the first slide. If you want to display your slides in a different order in the middle of a presentation, follow these steps: Press F5. The first slide of your presentation appears. Type the number of the slide you want to view and press Enter. If you want to jump to the fifth slide in your presentation, type 5 and press Enter. If you jump to the fifth slide, clicking the mouse or pressing the spacebar next displays the sixth slide, and then the seventh, and so on. Print a list of your slide titles and slide numbers on a sheet of paper so that you know which slide number to type to view a particular slide. Reducing spam in Outlook 2019 If you have an email account, you will get spam, that unwanted email that clogs millions of inboxes every day with obnoxious offers for mortgage refinancing, low-cost prescription drugs, or celebrity pornography. Unless you enjoy deleting these messages manually, you can use Outlook to filter your email for you. Setting up Outlook’s junk email filter Outlook can move suspected spam to a special Junk email folder automatically. Because Outlook looks for keywords in spam, be aware that it will never be 100-percent effective in identifying spam. However, it can identify the more blatant spam and save you the time and effort of deleting the messages yourself. To define Outlook’s spam filter, follow these steps: Click the Mail icon, in the bottom left corner of the Outlook window. Click the Home tab. In the Delete group, click the Junk icon. A menu appears. Click Junk E-mail Options. The Junk Email Options dialog box appears. Select one of the following radio buttons: No Automatic Filtering: Turns off the Outlook spam filter Low: Identifies and moves most obvious spam to the Junk email folder High: Identifies and moves nearly all spam into the Junk email folder along with some regular email messages, too, so check the Junk email folder periodically to look for valid messages Safe Lists Only: Identifies and moves email messages to the Junk email folder, except for messages sent from addresses listed in your Safe Senders List or Safe Recipients List Click OK. The Options dialog box appears again. Click OK. Creating a Safe Senders list in Outlook 2019 A Safe Senders list lets you define all the email addresses from which you want to accept messages. Outlook routes all email from other email addresses directly to your Junk email folder. The advantage of a Safe Senders list is that it guarantees you will never receive spam. On the downside, it also guarantees that if someone tries to contact you whose email address doesn’t appear on your Safe Senders list, you won't get that valid message, either. To create a Safe Senders list, follow Steps 1 through 4 in the section above to display the Junk Email Options dialog box. Then follow these steps: In the Junk Email Options dialog box, click the Safe Senders tab. The Safe Senders tab of the Junk Email Options dialog box appears. (Optional) Select (or clear) the Also Trust Email from My Contacts check box. Selecting this check box tells Outlook that if you store someone’s email address in your Contacts list, you will also accept email from that person. (Optional) Select (or clear) the Automatically Add People I Email to the Safe Senders List check box. Selecting this check box tells Outlook that if you send email to someone, you’ll accept his or her messages in return. (Optional) Click the Add button. The Add Address or Domain dialog box appears. Type a complete email address. Or type a domain name — for example, if you trust everyone from Microsoft.com to send you valid email, type @microsoft.com in this dialog box. Click OK. Repeat Steps 4 through 6 for each additional email address or domain you want to add. Keep clicking OK until all the dialog boxes disappear. If you click the Safe Recipients tab, you can repeat these steps to define another list of email addresses that you’ll accept as valid. Creating a Blocked Senders list in Outlook 2019 If a particular email address persists in sending you spam, you can selectively block that single email address or domain. To create a Blocked Senders list, follow Steps 1 through 4 to set up Outlook’s junk email filter to display the Junk Email Options dialog box. Then follow these steps: In the Junk Email Options dialog box, click the Blocked Senders tab. The Blocked Senders tab of the Junk Email Options dialog box appears. Click the Add button. The Add Address or Domain dialog box appears. Type an email address or domain name, and then click OK. The Options dialog box appears again. Keep clicking OK until all the dialog boxes disappear. Using Office 365 and Office 2019 on Android and iOS Office 2019 gobbles up a huge chunk of hard-drive space and bombards you with waves of features that you’ll probably never need (or use) in a million years. In case you want to use Microsoft Office but don't want to pay its hefty upfront cost, you might like Office 365 instead. Office 365 provides versions of Word, Excel, and PowerPoint that you can access over the Internet. As long as you have an Internet connection and a browser, you can use Office 365 to create, edit, and share files with others. Perhaps the greatest advantage of Office 365 is that you can use it on any computer that has an Internet connection. This means you can use a Macintosh or Linux PC to create Office documents. Office 365 is basically Microsoft’s answer to Google Docs, so if the idea of using a word processor, spreadsheet, or presentation program over the Internet appeals to you, give Office 365 a try. In case you don’t like the idea of accessing Office 2019 through the Internet, grab a tablet running Android or iOS. By using Office for Android or iOS, you can create and edit Office files when you're away from your computer. Now you can still be productive with your favorite Microsoft Office programs without lugging around a heavy and bulky laptop computer running the full version of Windows 10.

View Article
page 1
page 2
page 3
page 4
page 5
page 6
page 7
page 8
page 9
page 10
page 11
page 12
page 13
page 14
page 15
page 16
page 17