Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7729403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:57:34+00:00 2026-06-01T05:57:34+00:00

I am trying to build a macro that formats all modified files before saving

  • 0

I am trying to build a macro that formats all modified files before saving them.

Public Module ReformatAndSave

Sub SingleFile()
    DTE.ExecuteCommand("ReSharper.ReSharper_SilentCleanupCode")
    DTE.ActiveDocument.Save()
End Sub

Sub AllFiles()
    For Each doc As Document In DTE.Documents
        If Not doc.Saved Then
            doc.Activate()
            DTE.ExecuteCommand("ReSharper.ReSharper_SilentCleanupCode")
            DTE.ActiveDocument.Save()
        End If
    Next
End Sub
End Module

This results in an error

Error HRESULT E_FAIL has been returned from a call to a COM component.

It works when I use this instead:

DTE.ExecuteCommand("ReSharper.ReSharper_CleanupCode")

I could live with this solution for a single file but choosing the profile when saving all files is annoying.

I use ReSharper 6.1.1000.82. This bug seems to be rather old: http://youtrack.jetbrains.com/issue/RSRP-179846

Is it possible to work around this bug by collecting all modified files and the execute the working CleanUpCode command once for all the files.
I can manually select many files and execute CleanUp on these files, manually. I would like to do this automatically on all modified files when saving them.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:57:36+00:00Added an answer on June 1, 2026 at 5:57 am

    The solution is so simple.
    All I had to do is replacing this

    DTE.ExecuteCommand("ReSharper.ReSharper_CleanupCode")
    

    with this

    DTE.ExecuteCommand("ReSharper_SilentCleanupCode")
    

    This doesn’t work!

    DTE.ExecuteCommand("ReSharper.ReSharper_SilentCleanupCode")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to to add a post-build macro that would conditionally copy some files
I'm trying to build a macro for Visual Studio 2008 that behaves thusly: (Extract
I am trying to build a macro that cycles through a column of cells
I am trying to build a macro in selenium ide that stores the page
I get the following error when trying to build OpenSSL on Win32: C:\Program Files
I'm trying to write a VBA macro in Word that will extract shapes and
I'm trying to build a jQuery function that will allow me to produce a
I'm trying to find all unused references in my source files, like unused properties,
I'm new to C and trying to recurse through all directories/files from the current
I am trying to build a table that summarizes how many times pages in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.