Resume Questions

G

Guest

I hope this isn't inappropriate, but I figure if anyone can help me, it's you
fine folks at the MSDN newsgroups </suckup>

I recently found out that my position is being eliminated and I'm updating
my resume. My quandary is this: since a lot of what I know is self-taught,
I'm not quite sure what skills to say that I have.

For instance, I'm very very familiar with creating instances of Excel
objects within Access modules.

Dim objXL As Excel.Application
Dim objWB As Excel.Workbook

Set objXL = CreateObject("Excel.Application")
Set objWB = objXL.Workbooks.Add

Is that COM? OLE Automation? I'm not sure what heading that falls under.

I've also been asked if I know ADO. Well....I've created ADODB.Connection
and ADODB.Recordset objects, and used them....I've done a bit with table
structure using ADO. Is that all there is to ADO, or is there more to it?
What else might fall under the heading of "ADO"?

Again, sorry for the non-technical post, but I really don't want to
mis-represent or overstate my abilities. Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top