Skip to main content

How to add Scan button in Word Application.??

Problem:


How to add Scan button in Word Application.??

Solution:

To add a Scan button into Microsoft Word 2007:
Click the Office icon in the top left.
Click Word Options
Tick the box labelled Show Developer Tab in the Ribbon
Click OK.
Click on the new Developer tab in the Ribbon
Click Macros
Type something in the top box and click Create
Delete everything in the new box that pops up and paste in the following:

Sub InsertFromScanner()
On Error Resume Next
WordBasic.InsertImagerScan
End Sub


Click File, then Save Normal, then close the Visual Basic Window.
Click the Office icon.
Click Word Options.
Untick the Show Developer Tab button.
Click Customize.
In the drop down Choose Commands box and select Macros.
Select Normal.NewMacros.InsertFromScanner.
Click Add.
Click OK. You should now have a new icon on the Quick Access Toolbar for Scanning.

Comments

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 ...