2

I'll keep it short and simple. I had a OCZ Vertex 100Gb SSD that I had my operating system and programming tools aka VS2010. Anyway the drive failed and Windows went kaput, however I am able to recover certain folders including all those related to VS2010.

My question is where will the old macros be stored and how if possible do I copy them to my new VS2010 install on my new O/S ? I don't want to have to re-program all my macros again.

vcsjones
  • 138,677
  • 31
  • 291
  • 286
Stewart Stoakes
  • 797
  • 1
  • 8
  • 13

1 Answers1

4

By default Visual Studio 2010 stores user recorded macros in "%userprofile%\Documents\Visual Studio 2010\Projects\VSMacros80", you can just copy that folder to the new drive to get them on the new install (you may have to load them manually).

pjumble
  • 16,880
  • 6
  • 43
  • 51