T
tod
From the desk of the lazy programmer:
I find myself always typing some of the same info over and over in
different procedures. It's not a scenario where a class module or
other such thing would be needed. Just pesky stuff like typing in the
ConnectionString for an ADO Connection object. It's always the same
ConnectionString. I've tried various ideas like keeping the string in
a text file or as a comment in the Personal.xls file, but I wonder if
there is a way to have the editor generate the string for me with a
short key combination or some other thing. It's not a problem, just a
wish.
tod
I find myself always typing some of the same info over and over in
different procedures. It's not a scenario where a class module or
other such thing would be needed. Just pesky stuff like typing in the
ConnectionString for an ADO Connection object. It's always the same
ConnectionString. I've tried various ideas like keeping the string in
a text file or as a comment in the Personal.xls file, but I wonder if
there is a way to have the editor generate the string for me with a
short key combination or some other thing. It's not a problem, just a
wish.
tod