$$Excel-Macros$$ Re: Simple Copy/Paste Macro won't work.

2008-12-08 Thread FamilyGuy902
; you can use: > > ActiveSheet.Paste > > or even > Activeworkbook.Activesheet.Paste > > Hope this helps, > > paul > > > > - Original Message > > From: FamilyGuy902 <[EMAIL PROTECTED]> > > To: MS EXCEL AND VBA MACROS > > Sent: Monday,

$$Excel-Macros$$ Simple Copy/Paste Macro won't work.

2008-12-08 Thread FamilyGuy902
Hello. "Macros.xls" is where I store all of my macros. I get another file daily which contains the data that I would like to run the macos on. I have written a simple macro that copies data from my daily file and pastes into the same file in the same sheet. The problem I am having is that when