Skip to main content

How to add scanner button in word 2007/2010/2013.

Problem:

How to add scanner button in word 2007/2010/2013.

Solution:
This could be tricky for a user because you have to add a script in word application.
Let's see how.
To add a Scan button into Microsoft Word:
  1. Click the Office icon in the top left.
  2. Click Word Options
  3. Tick the box labelled Show Developer Tab in the Ribbon
  4. Click OK.
  5. Click on the new Developer tab in the Ribbon
  6. Click Macros
  7. Type something in the top box and click Create
  8. Delete everything in the new box that pops up and paste in the following:
    Sub InsertFromScanner()
    On Error Resume Next
    WordBasic.InsertImagerScan
    End Sub
  9. Click File, then Save Normal, then close the Visual Basic Window.
  10. Click the Office icon.
  11. Click Word Options.
  12. Untick the Show Developer Tab button.
  13. Click Customize.
  14. In the drop down Choose Commands box and select Macros.
  15. Select Normal.NewMacros.InsertFromScanner.
  16. Click Add.
  17. Click OK. You should now have a new icon on the Quick Access Toolbar for Scanning.

Comments

  1. Doesn't work in Word 2013

    ReplyDelete
  2. Thank you very much - I'm an 80 year old and I was able to follow your instructions perfectly.
    John C

    ReplyDelete

Post a Comment

Please feel free to add your suggestions.

Popular posts from this blog

Office 2013 Error "Microsoft Word has stopped working".

Problem: Office 2013 Error "Microsoft Word has stopped working". Cause: This issue could in office 2013. 1.) Abby Fine Reader 2.) Graphic Card Driver. 3) Any Third Party Addin. Solution: Method 1: 1) Look for Abbyy Fine reader in control panel. 2)Remove it from the program list. 3)Restart the computer and check the status. If you are not able to remove it update the latest Update for Abbyy Fine Reader from their website. Method 2: 1) Try to disable Graphic adapter from Device manager Locate Device Manager: Right Click on My computer-->Properties -->Device Manager. 2) Open office application. 3)Check the status. Method 3: 1)Open any office application. 2)Open file-->options--Advance. 3)Disable Hardware Acceleration. Method 4: 1)Open Event Viewer by Run Window(Crtl+R) 2) Type eventvwr.msc and look for the office error. 3) Look for faulting module and rename the file from the file location. 4) Open office application and ...

Setup cannot find office.en-us\dwtrig20.exe during office installation

Problem:  Setup cannot find office.en-us\dwtrig20.exe during office installation Solution: Method 1 : a) Uninstall skype form control panel. b) After installing office, re-install skype. Method 2: a) Browse disk by right clicking on it with mouse. b) Double click on setup.exe file from the same location. Method 3: Note: Take backup of your registry before modifying it.  For registry backup: open "run" >> type "regedit" >> goto "file" >> click on "export" on desktop. a) Edit the registry. HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > OFFICE Delete the keys (items) you find in the OFFICE folder but not the sub-folders. This removes traces of previous installs to avoid possible conflicts when installing the new version of Office. b)HKEY_LOCAL_MACHINE > SOFTWARE > MICROSOFT > OFFICE > DELIVERY > SOURCEENGINE > DOWNLOADS Delete the keys (items) you find here.

How to Change the iTunes Backup Location on Windows 10

Steps to follow: Step 1:  Create a folder for your new backup location. While this step shows a folder labeled  New iTunes Backup  created within the root of partition  D , you can practically create it at any location you want. However, do remember to modify the file path as appropriate when creating the symbolic link later. Step 2:  Press  Windows-R  to open the Run box. If you are using the desktop version of iTunes, type the following into the search box: %APPDATA%\Apple Computer\MobileSync If you are using the Windows Store version of iTunes, type the following instead, but make sure to replace  C with the correct drive letter of your primary Windows 10 partition, and  [USERNAME]  with your Windows username: C:\Users\[USERNAME]\Apple\MobileSync Once you're done, click OK. Step 3:  A File Explorer window should now open the iTunes  MobileSync  directory automatically, and you should see a folder ...