View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bg_ie@yahoo.com is offline
external usenet poster
 
Posts: 21
Default Generating an Excel document with a Macro

Hi,

I'm generating an excel program using VB from an Access Document. What
I'd like to have also is a macro in the generated excel document which
is incerted into this document via the access code. For example,
supose my access document generates an excel document with a single
contol button on it. When you click on this button, the current time
is then copied to a cell via the macro. How do I do this?

Thanks for your help,

Barry.