Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When in MS Word or PowerPoint, when I go to File → Print, I can see all the printers. But when I do the same thing in Excel, no printers are installed. Yet I can use the Ctrl-P shortcut keys and it does print. So the printer is there, it's just not showing up.

What could be the problem and how can I fix this?

share|improve this question
1  
Knowing what OS you are using and what version of Office will help someone answer your question. Please edit your question with additional details. – CharlieRB Jan 31 at 12:51
1  
You could try repairing the Office installation in your control panel. – Bryan Mar 5 at 16:08

1 Answer

Try the following:

  • Restart your PC and press F8
  • Go to "Safe mode with command prompt"
  • Type in the following commands, pressing Enter after each one

    attrib -s -h -r user.dat
    
    attrib -s -h -r user.da0
    
    ren user.dat user.old
    
    ren user.da0 user.dat
    
  • Finally type exit and restart your PC.

share|improve this answer
1  
So let me get this straight - you think the OP uses Windows 95? – Karan Mar 13 at 5:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.