Backtrack:  
 
showing posts tagged with 'msoffice'
 
by lunarg on October 13th 2011, at 14:34
The problem is related to incorrect hinting of the webserver, tricking IE7/8 into believing you are in fact downloading a ZIP-file, rather than an Office 2007/2010 file. The reason for this is because these files are in fact XML-files, compressed to a ZIP, but have a different extension, indicating it's not a regular ZIP-file.

There are two ways to fix this. The best way would be to change the webserver (if possible, ask the administrator of the webserver you are downloading from) to add the correct MIME-types, so the webserver provides correct hinting. How this is done, depends largely on wh  ...
by lunarg on October 13th 2011, at 11:15
There's an obscure issue with Access 2003, not being able to open an MDB from a network location via Explorer. It outright refuses to open the file, so when attempting, nothing seems to happen.

This is caused by security measures in Access 2003, where you normally have to confirm to open the file, which fails. However, I'm guessing this is not by design that it does not open at all.

A workaround is to create a shortcut to said file, then edit the shortcut so it reads:

"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" /NOSTARTUP "MyFile.MDB"

Adjust the installation path and file loc  ...
by lunarg on October 5th 2010, at 14:19

End-users are no longer required to buy Office 2010 media. If you have an product key card, you can download Office 2010 from the website, free of charge:

http://www.office.com/productkeycard

For OEM manufacturers, direct link to the Office 2010 pre-installation kit. Unlike 2007, this release is also available for download free of charge:

http://oem.microsoft.com/script/contentpage.aspx?PageID=566219

by lunarg on September 20th 2010, at 16:51

If Outlook 2007 is constantly asking to enter your password, even though you've enabled Remember password, try the following:

  1. Close Outlook.
  2. Navigate to: %userprofile%\AppData\Roaming\Microsoft\Protect (Vista/7), or %userprofile%\Application Data\Microsoft\Protect (XP).
  3. In that folder should be another folder named after a SID. Rename or delete the folder.
  4. Some people have reported a reboot is required before starting Outlook again. To be on the safe side, do this. After the reboot, start Outlook again. It should be fixed.
by lunarg on September 13th 2010, at 10:13
It all happened to us at least once: losing a Microsoft product key, either by carelesness, the cleaning corporation, or a sudden fireball in your drawer. It's not so much a problem if your system is still operational, but what to do when you have to reinstall your computer? One can't just buy expensive licenses all over again, now can we?

Fortunately, there are tools out there that allow the retrieval of product keys, as long as they are installed. ProduKey, created by Nirsoft is one such program. It quickly retrieves product keys from a working system for Windows, Office, SQL serv  ...
by lunarg on August 24th 2010, at 09:55
Ran across a problem today where a legit Office 2003 got flagged as being not legitimate, displaying a nag screen each time an Office application got started. The Office Genuine Advantage update (short: OGA) is an update installed with Microsoft Update, similar to the Windows Genuine Advantage update (short: OWA). While Microsoft flags the update as not uninstallable, there are ways to get rid of the update anyway.

Uninstalling the update is your best bet, and can be done from a (elevated) command prompt.

Be sure all Office applications are closed. Open a Command prompt (cmd.exe). T  ...
by lunarg on August 19th 2010, at 16:00
Had a nasty run-in with Outlook 2007 the other day: despite the internet message format being set to HTML, recipients not using Outlook would still receive mail with attachments as RTF with an unreadable winmail.dat file attached to it.



and



Clueless, I started poking around and finally resorted to Google to find out what was going on. Apparently, there is a separate setting per e-mail address in your contacts list, stating what format that recipient should be able to receive. By default, it is set to Let Outlook decide which basically tells to use the default in Outlook options (thu  ...
by lunarg on August 6th 2010, at 14:30
Microsoft has introduced the technological guarantee, stating that if you have recently purchased a license of Office 2007, you are eligible for a free upgrade to Office 2010. Depending on which version of Office 2007 you purchased, you may upgrade to the 2010 counterpart, or possibly a higher one (e.g. Small Business 2007 upgrades to Professional 2010, neat!).

To be eligible, you need to have purchased, installed and activated Office 2007 between March 5, 2010 and September 30, 2010.
When you qualify, surf to http://office.microsoft.com/en-gb/tech-guarantee/ and fill out the form. You can  ...
by lunarg on July 5th 2010, at 16:39
Apparently, Office 2007 no longer has character overwriting enabled by default. Pressing the Insert key on your keyboard does nothing at all. While most rarely use this function, a customer was blaming his keyboard from nothing working properly. A quick look around showed that, indeed, pressing Insert no longer enables the overwrite function in Office 2007 (Word in particular was tested).

Microsoft has decided some time ago to turn off this function by default, because it is indeed rarely used - it's the first time I noticed it was gone, and have never received a question up until now,   ...
by lunarg on April 14th 2010, at 20:31
When you yourself are sending out e-mail to others, your recipients might complain about them not being able to open this e-mail. This is because you're probably using Outlook (with Exchange) and are sending e-mail in RTF-format.
Using RTF in a mail is generally a bad idea, because it's not an internet standard for e-mail layouting. RTF was introduced a while back by Microsoft, but has since been superseded for the widely adopted HTML; even Outlook 2007 now defaults to HTML.

So, to get rid of the winmail.dat, simply set your mail format to HTML (instead of RTF).

In Outlook, on the Tools menu  ...
by lunarg on December 16th 2009, at 14:58

I came across this application when I was looking into software that does just that:

http://www.geniusconnect.com/geniusconnect.asp

It enables synchronization of Outlook/Exchange folders with a relational database; anything with an ODBC driver is supported (MS-SQL, MySQL, ...).

by lunarg on October 30th 2009, at 13:26
Since Office 2007 (and Vista), TWAIN has been kicked out in favour of WIA. As a result, it is no longer possible to use your favourite and robust TWAIN based scanner with Office 2007.
Most scanners come with the necessary software, and thus, you can circumvent the issue by using their software. However, there are various scanners - notably, office network scanners, like those on copiers, do not have such a tool. They have their driver's internal system which is callable in other software (like Office-applications). In the event that the driver is only supporting TWAIN interface for image acqui  ...
by lunarg on November 5th 2007, at 22:16
Had this issue with one of my clients: he was unable to open spreadsheets from his desktop or from his Windows Explorer. Double-clicking on the file opens a new, empty Excel session, and an error message is displayed.
After a quick search on the Microsoft support site, I found a solution.

When attempting to open an Excel spreadsheet from the desktop or from Windows Explorer (or any other program), a new, empty Excel session is started, and an error message is shown:

Quote

Cannot find the file path (or one of its components). Make sure the path and filename are correct and that all required   ...
by lunarg on April 27th 2007, at 23:41
When attempting to send a message which is too large for your mail server, it may become stuck in the outbox, unable to delete it, because Outlook says it has already started to send the message.
If this happened to you, there are two things to try...

Try setting Outlook in offline mode:

In the menu, click File, then OfflineWait about a minute or so, then close and reopen OutlookIf everything went well, you should now be able to delete the message from the outbox, or at least, move it to another folder before attempting to delete it.When this worked, disable offline mode: click on File in th  ...
 
showing posts tagged with 'msoffice'
 
 
« February 2012»
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
26272829   
 
Links
 
Quote
« Smith & Wesson - the original point and click interface »