Prev: F key to bring up list of macroes??
Next: Using the Windows Installer Cleanup Utility for Office installation
From: undisclosed on 3 May 2010 12:31 WORD 2007 1) Turn on the Development Bar: Click on the Microsoft Office button, top left corner. Click on the Word options button, lower right corner. Then place a check in the "Show Development Tab in the Ribbon" Then click OK. 2) Click on the development Tab, Then on Macros. 3) Type "InsertFromScanner" in the Macro name box and click Create. 4) The paste over the existing text the following exactly: Sub InsertFromScanner() On Error Resume Next WordBasic.InsertImagerScan End Sub 5) Click on the small disk icon to save the script. 6) Next click on the down arrow of the "Quick Launch Bar" located at the top left corner of Word. Select More Commands. 7) Change the "Choose Commands From" pull down menu to "Macros" Then select your Normal.NewMacros.InserFromScanner macro you just created and add it to the opposite side by clicking the "add" button. 8) Now you can select the Normal.NewMacros.InserFromScanner macro on the right hand side and click the Modify button to change the appearance of the button. 9) Click the OK button and your new Insert From Scanner button is now functional. -- pabent |