vba auto

P

patti

My vba no longer automatically offers "options" as i type. Like when i used
docmd.transferspreadsheet, access would offer up the rest of the line of code.
How can i get this back?
thanks.
 
F

fredg

My vba no longer automatically offers "options" as i type. Like when i used
docmd.transferspreadsheet, access would offer up the rest of the line of code.
How can i get this back?
thanks.

From the VBA Code window, click on Tools + Options + Editor.
Place a check in the Auto Quick Info box.
 
Top