Top "Visual-studio-macros" questions

A macro is a series of commands and instructions that you group together as a single command to accomplish a task automatically.

How to Use/Enable (RegExp object) Regular Expression using VBA (MACRO) in word

I did lot of Googling to get a proper answer on how to use or start using Regular Expressions in …

regex vba visual-studio-macros
Alternative to macros in Visual Studio 2012

I use macros extensively for ViewModel properties in XAML development. I use them even more in WCF to generate Message …

visual-studio-2012 visual-studio-macros
Visual Studio 2012: How to perform a conditional post-build event

How do I perform a conditional post-build event? Specifically, I would like to only execute the post-build event command line …

macros visual-studio-2012 post-build-event visual-studio-macros
Excel VBA range.find acting up

Im trying to use range.find to look up a value within a column, and return the matching value from …

vba excel visual-studio-macros
How to get specific version of folder from tfs without creating a workspace?

I would like to get the source code of a project at specific time (changeset). So I need do download …

command-line tfs tfs-sdk visual-studio-macros
Automatically Add Regions to Code in Visual Studio

My team absolutely loves using regions, and with that in mind it's pretty much become a de-facto standard in our …

c# visual-studio-2010 region visual-studio-macros
Fix macro redefinition in C++

Since intsafe.h and stdint.h both define INT8_MIN. Thus VS2010 generate a warning that says : 1>C:\Program …

c++ visual-studio-2010 macros visual-studio-macros
Visual Studio macro: Find files that aren't included in the project?

I'd like to write a macro to crawl through the files in my project directory and find files that aren't …

visual-studio macros visual-studio-macros