Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Keeping a Macro in a New Book

I have a workbook that contains a macro to save a copy of 2 tabs out on a
network drive, and then it loops, populates new data and saves those two tabs
again. The macro loops about 1200 times.

My issue is that on the second tab I want to have a macro that copies and
pastes data onto the second tab AFTER it has been saved off on to our network
away from the original spreadsheet it came from. I tried writing the macro
on the sheet (not in a module) but it wouldn't work (Runtime error 1004) -
but the exact same code worked if it was in a module. I do not believe the
module will migrate over when the 2 tabs are saved out - how can I make this
work?

(I posted this in the Worksheet Functions category on accident)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Keeping a Macro in a New Book

You could always have your code export the macro from the general module and
then import it into the new workbook created from the sheet.

http://www.cpearson.com/excel/vbe.htm will give you some ideas.

--
Regards,
Tom Ogilvy


"WBTKbeezy" wrote:

I have a workbook that contains a macro to save a copy of 2 tabs out on a
network drive, and then it loops, populates new data and saves those two tabs
again. The macro loops about 1200 times.

My issue is that on the second tab I want to have a macro that copies and
pastes data onto the second tab AFTER it has been saved off on to our network
away from the original spreadsheet it came from. I tried writing the macro
on the sheet (not in a module) but it wouldn't work (Runtime error 1004) -
but the exact same code worked if it was in a module. I do not believe the
module will migrate over when the 2 tabs are saved out - how can I make this
work?

(I posted this in the Worksheet Functions category on accident)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping Workbook Name Out of Sheet When Copying to Different Book navel151 Excel Discussion (Misc queries) 2 April 14th 10 01:02 PM
Keeping a Macro in a new book WBTKbeezy Excel Worksheet Functions 1 June 8th 07 08:36 PM
how do i set up book keeping accounts? jackie New Users to Excel 1 January 31st 06 09:50 PM
Where can I find a VAT book keeping template? Onlyme1984 Excel Discussion (Misc queries) 0 August 29th 05 03:51 PM
how do I set up book keeping on office Will Roberts Excel Worksheet Functions 1 March 21st 05 06:11 PM


All times are GMT +1. The time now is 02:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"