View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tokash Tokash is offline
external usenet poster
 
Posts: 3
Default Excel Range to Access Table

Hullo,

I'm wondering if someone could enlighten a newcomer to
VB. In Excel VB, I would like to do the equivalent of
copying a range of cells (say, "A1:D10") and creating that
range as a table in an Access database. It can be done
easily by having both applications open and manually doing
the copy and pasting, so I'm sure there's a way to do it
in code.

Any advice appreciated.

Tokash