View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Downloading Access database table into Excel (VB)

Hi Sheeloo
I get a "Compile Error"
"User-defined type not defined" on the first Dim statement for cnt

"Sheeloo" wrote:

Visit http://www.ozgrid.com/forum/showthread.php?t=11285
--
- Sheeloo

PS: You may send your file to me at after
removing XXXYYY.


"Steve" wrote:

I don't have any familiarity with Access databases but have one that I need
to download and manipulate in Excel using Macros or VB within excel. Can
somone please help me with Excel VB code that will export a table from Access
to Excel.
Database name = Pressing.mdb (2000 file format)
Table name = Used Felt
Columns= "Mill Code", "Machine" and "Position" etc.
Thanks a bunch
Steve