answersLogoWhite

0

Office Applications

The term office applications generally refer to tools that comprise the 2007 Microsoft Office system. It could also refer to any word processors, presentation programs, spreadsheets, and editors, not in the Microsoft Office system, like Open Office or Lotus.

790 Questions

Give an example benefit from integrating Access with Excel?

  1. Store data in Access.
  2. Export some of that data to Excel.
  3. Use Excel to perform advanced calculations with the data.
  4. Import the results of the Excel analyses back into Access.

Microsoft office professional 2007 trial encountered an error during setup. Error 1317. setup cannot create the folder cwindowspchealtherrorrep. Verify that the path exists in your system and that?

Solution 1: Set the proper permissions on the folder in question

1. Double click on My Computer.

1. Right click on theparent folder contained within the error and select Properties. For example: If the error said "Error 1317... C:\Documents and Settings\All Users\Application Data\bla bla", then right click on Application Data and select Properties.

2. Select the Security tab.

3. Make certain that Administrators is listed and permissions for security is set to full control.

There are 3 step to repair Microsoft office professional 2007 1317 error

If you got Microsoft office professional 2007 1317 error then there is a 94% chance that your computer has registry problems. To repair Microsoft office professional 2007 1317 error you need to follow the steps below:

* Step 1 - Download a Microsoft office professional 2007 1317 error repair tool,install this error repair tool.

* Step 2 - Click the Repair All Button.It will scan you PC for Free.

* Step 3 - Then click the Repair All Button again and your done! It is very easy to repair Microsoft office professional 2007 1317 error.

Here are the URL of Microsoft office professional 2007 1317 error repair tool:

http://www.fixerrordiy.com/ttfix-microsoft_office_professional_2007_1317_error-zz0005

What is Open Office's version of InDesign?

OpenOffice Writer will perform just as well as 'InDesign' - The Word-processor in OpenOffice is capable of doing such things as columns, indents, text highlighting, different fonts etc.

Why the drag and drop doesnt work in Open Office 3.1.1 Calc Is my version corrupted?

It shouldn't be - I've used version 3.1.1 quite successfully. You could always try downloading the current version (ver 3.3.0) and see if that cures the problem. failing that - drop me a note on my message board, and I'll try to help further.

Visio templates - how do you create topology drawings in ms visio?

Using VISIO Templates 2007, you can create some amazing topology drawings. Also, address all your security issues on network IT diagrams when you are performing these drawings using Visio template. In addition, the Visio Toolbox Website will give you more Visio tools to simplify complicated technical diagram and reference materials to increase your investment.

http://visiotoolbox.com/downloads/Templates

What is OGALogon?

It is part of the Office Genuine Advantage (OGA) Notification system that verifies you have a valid copy of MS Office. OGALogon.dll is a file that holds controls that help identify if your copy of MS Office is licenced legally.

How do you see the characters count in OpenOffice 3.0.1 as you type?

You can't get a 'live' character count - but you can get one once you've finished typing.

Save the document, and keep it open. Click on Tools and select Word count. It will tell you how many words (and characters) are in the document.

Can you give me examples of acknowledgement in portfolio?

Acknowledgement in portfolio is a collection of accolades, references and statements of gratitude. This may include anything from a reference letter from a former employer to a listing of reviews from happy customers.

What does could not write run key mean?

This refers to running the installation program that is loaded on your computer. You may have to reinstall software if this doesn't auto correct itself.

Why does my Microsoft office 2003 install keep failing?

Without providing any error messages or symptoms, it is impossible to know why your system is failing. Possible reasons include:

* A dirty / damaged CD * An incompatible version of Windows * Corrupted Windows files

Is office 2010 a superior?

Probably not, most people only use a fraction of a word processor's available commands and the more features MS puts into its Office products, the more computer resources get taken up unnecessarily.

Save your money, keep on with your existing MS Office product or, even better, try out the free alternative - OpenOffice (see link below).

Can MS office student and home edition to be used in small business environment from the license perspective?

No it cannot.

According to the EULA, home and student edition is not licensed for use in any commercial, non-profit, or revenue-generating business activities.

How are cell in spread sheet addressed?

Each cell is usually addressed by a combination of letters and numbers. for example - A3, FC21, Z9999. The letter normally represents the row the cell is in, counting from the top of the spreadsheet, and the number refers to the column, counting from the left of the sheet.

How you disable security notice in ms office publisher 2007?

You can disable the pesky Security Trust warning message in MS Office, especially for those who are trying to deploy MS Access program by using a simple batch and .reg files.

PROBLEM:

A potential security concern has been identified.

Warning: It is not possible to determine that this content came from a trustworthy source. You should leave this content... blah blah blah

SOLUTION TO PROBLEM:

You can have two ways to solve the problem. Both requires you to modify the windows registry. This is the only way to bypass the warning message.

One way is to completely disable the warning function and the other is to add a trusted directory location.

Method 1: - Adding trusted directory location to windows registry automatically

Step 1 - Create a text file and write the following codes.

regedit.exe /s %~dp0 AddTrust.reg

Step 2 - Convert the text file to batch file by changing the file extension from .txt to .bat (You can name the batch file to anything that you want. Example: AddTrust.bat)

Step 3 - Create a text file and write the following codes.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location3]

"AllowSubfolders"=dword:00000001

"Date"="1/1/2012 1:00 PM"

"Description"="Trusted Directory Location of POSMate"

"Path"="C:\\Temp\"

The first line "[HKEY_CURRENT_USER\...]" is the location where registry stores the keys. Please note that depending on the Office version you may need to change the "12.0" because "12.0" is for Office version 2007.

Second line allows anything in the subfolders to be also trusted.

Third line and Fourth lines are not very critical

Last line "Path"="C"\\Temp\" is very important because this is where you store the trusted directory information. You are telling the system to trust anything stored in this directory folder. You need to change the word "Temp" because this is just an example.

Step 4 - Convert the text file to REG file by changing the file extension from .txt to .reg (You can name the REG file to anything that you want. Example: AddTrust.reg)

Step 5 - Now you can run your AddTrust.bat file and it will automatically add the keys to windows registry.

Method 2: - Completely disable the warning message

Step 1 - Create a text file and write the following codes.

regedit.exe /s %~dp0 AddTrust.reg

Step 2 - Convert the text file to batch file by changing the file extension from .txt to .bat (You can name the batch file to anything that you want. Example: AddTrust.bat)

Step 3 - Create a text file and write the following codes.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security]

"VBAWarnings"=dword:00000001

The first line "[HKEY_CURRENT_USER\...]" is the location where registry stores the keys. Please note that depending on the Office version you may need to change the "12.0" because "12.0" is for Office version 2007.

Second line disable the warning.

Step 4 - Convert the text file to REG file by changing the file extension from .txt to .reg (You can name the REG file to anything that you want. Example: AddTrust.reg)

Step 5 - Now you can run your AddTrust.bat file and it will automatically add the keys to windows registry.

I hope this helps someone... Good Luck

What are the two text boxes found in the Replace tab of the Find and Replace dialog box?

The first text box (the "find" box) is where you type the string you wish to search for. A string is just any combination of characters and/or numbers. The second box is the replace box. This is where you type what you would like entries matching the search to be replaced by.

So, for example, imagine you had the word "timmy" in your spreadsheet. Imagine that it appeared many times, in various places, and you wanted to change it in every instance so that it read "Timmy" (with a capital T). You could type "timmy" in the find box and "Timmy" in the replace box and then choose "Replace All".

To avoid unwanted mistakes here, such as replacing something you didn't intend to, it is advisable to read the Excel help article on this feature before using it (or at the very least save a backup copy of the unaltered workbook first).