macro Questions

1

Multiple spellings for one printer in ActiverPrinter
My company uses a macro to select a networked printer and a certain tray in Word 2010. The printers are installed with a UNC of either:  \SERVERNAMEPrinter or \ServernamePrinter I receive a Error 5216 if the spelling in the macro does not match that of UNC installed. How do I tell the macro to use [...]

Answer Question   |  June 19, 2012  12:57 PM
macro, Printer, Word 2010
asked by:
5 pts.

Excel that increments number when created from template?
Hi all, Need to create an excel template that everytime it’s opened, it increment a number in the excel spreadsheet. The idea is everytime a file is create from the template, it gets a unique number. Also do you think it possible to use this unique number as the name of the file to be [...]

Answer Question   |  March 11, 2010  8:54 PM
Excel 2003, macro, Scripting, Template
asked by:
130 pts.

linking report to form by macro
I have a report that various info including name is pulled off of a form. i want to be able to click on the name in the report and have it bring up that particular record in the form. i can click on the name and it brings up the first record, but i want [...]

Answer Question   |  April 20, 2009  8:21 AM
Access, Form, macro, Microsoft Access
asked by:
5 pts.

Blank Cell Selecting (code) Question
I’m creating a macro, and need to select the first blank cell in a row. My code now reads: Range(“A2″).Select Selection.End(xlToRight).Select This selects the last cell with data, but I want to select the blank cell to the right. How would I write the code? Any help would be great.

Answer Question   |  September 8, 2008  8:18 PM
Blank Cell Selection, Code, macro
asked by:
5 pts.

1