About 11,600,000 results
Open links in new tab
  1. printing - Print variable and a string in python - Stack Overflow

    a = 1 b = "ball" print("I have", a, b) Versus printing string with functions. a = 1 b = "ball" print("I have" + str(a) + str(b)) In this case, str() is a function that takes a variable and spits out what …

  2. Excel gets stucked when you try to print to a network printer

    Jan 8, 2025 · When you try to print, it gets stucked with a 'printing 1 of 1' notification on the screen, Excel freezes when print job sent such that you cant close excel unless you end task …

  3. Printer is connected to wireless network but won't print

    Jul 3, 2019 · Try restarting the print spooler - 1. Turn off the printer using the power button. 2. Search Windows for run, and click the Run Windows application in the list of results. 3. Type …

  4. HP Print and Scan Doctor: latest version - HP Support Community

    May 14, 2023 · Good afternoon, in the HP Support the latest version of HP Print and Scan Doctor is version 5.7.1. but if I open HP Print and Scan Doctor, it offers to download version 5.7.2 …

  5. Print button grayed out after editing Excel sheet. Changing …

    May 9, 2025 · The issue is only present when printing by going to File, Print. The first time after opening a document when I click on File, Print it will allow me to click the print button, but …

  6. Excel wont print but everything else will - Microsoft Community

    Dec 17, 2024 · When I go to print an Excel file, I get to the print screen, and under the printer, it says "Finding Available Printers." Nothing happens if I wait, but if I hit print, it freezes, and I …

  7. Print list of files from Windows Explorer - Microsoft Community

    Mar 4, 2019 · Then, to print list of files in any folder, right-click that folder and select Send to | printdir.bat To include subfolders, change the command to DIR %1 /O/S >LPT1: 4.

  8. I want to print but keeps making me save instead

    Dec 4, 2023 · If you cannot print when you select your printer from that drop-down menu, completely uninstall the printer, restart your PC, then go to the support page for your printer on …

  9. Solved: Clear print spooler - HP Support Community - 9201141

    Oct 4, 2024 · Clearing the print spooler can help resolve printing issues, especially if there are stuck print jobs. Here’s how to do it on a Windows PC: Method 1: Using the Print Spooler …

  10. How can I display a JavaScript object? - Stack Overflow

    EDIT: Below is the fixed function to be able to print infinitely recursive objects. This does not print the same as toSource from FF because toSource will print the infinite recursion one time, …