Recycling Projects

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Is it possible to recycle projects into other projects? When I
program VBA excel I can change the name of the workbook and all the
code goes with it and I can try new things without altering the
original. In VS2005 I don't see any "save as" option so I can do
something similar. There must be a way to do something like this in
VS2005?
 
You can open a new solution, then select Add Existing Item. When I do this,
it copies it over to my new solution from the old one. I'd test that to
make sure, but that's what mine does.

Robin S.
 
Jeff said:
Is it possible to recycle projects into other projects? When I
program VBA excel I can change the name of the workbook and all the
code goes with it and I can try new things without altering the
original. In VS2005 I don't see any "save as" option so I can do
something similar. There must be a way to do something like this in
VS2005?

Simply copy the solution/project to a new folder and edit the copy.
 
Back
Top