> I have a form that outputs the results to an Excel workbook. I would like to
> upon opening of the excel workbook to create a Macro that uses the
[quoted text clipped - 4 lines]
>
> Please help.
Thanks so much for your help, unfortunately, this is way over my head. You
are correct in everytime a query is run from Access, it creates a new Excel
file. Now you lost me after that. The code that you gave, where do I put
this, in Access or Excel. Secondly, please give me step by step insturctions
on creating a Summary worksheet that create another worksheet.
Again, sorry this is so over my head, and your help is truly appreciated.

Signature
tmdrake
> Sounds like your proprietary software generates a new Excel file each time it
> runs. If it is constantly spitting out new Excel files, you will never be
[quoted text clipped - 44 lines]
> >
> > Please help.
ryguy7272 - 03 Mar 2008 16:40 GMT
Look here:
http://www.anthony-vba.kefra.com/vba/vbabasic1.htm#Creating_Your_First_Macro
That's how you open the Project window. Then, copy and paste the macro that
I gave you into Module1. Click inside the macro (anywhere in the code) and
click the small green triangle near the top of the window. This will run the
code. Then, follow the macro recorder example, below the first example. If
you are new to this, it may be a little frustrating to learn what to do, but
it's worth the effort and you'll get out of it what you put into it.
Regards,
Ryan---

Signature
RyGuy
> Thanks so much for your help, unfortunately, this is way over my head. You
> are correct in everytime a query is run from Access, it creates a new Excel
[quoted text clipped - 52 lines]
> > >
> > > Please help.