View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Move macro to Personal.xls

If you want to move the entire module, you can drag and drop the
module from one workbook into another in the Project window of the VBA
editor. If you want only one procedure, just use copy and paste.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com



On Sat, 6 Mar 2010 09:56:05 -0800, newbie
wrote:

How do I move a macro from a workbook to Personal.xls?