Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Move Closer To Usage #2753

Closed
IvenBach opened this issue Feb 28, 2017 · 2 comments
Closed

Refactor: Move Closer To Usage #2753

IvenBach opened this issue Feb 28, 2017 · 2 comments
Assignees
Labels
bug Identifies work items for known bugs feature-refactorings

Comments

@IvenBach
Copy link
Member

IvenBach commented Feb 28, 2017

When trying to move closer it appears to be breaking with named parameters. In this case 'Type:=8' as it replaces ':' with vbNewLine

Public Sub BreakingOnMove()
    Dim ParameterList As Range

    
    Set ParameterList = Application.InputBox("Select the cells that have the input parameters.", Type:=8)
End Sub
@comintern
Copy link
Contributor

Yep - That's an issue. Pretty sure it's in this section of code.

@comintern comintern added bug Identifies work items for known bugs feature-refactorings labels Feb 28, 2017
@IvenBach
Copy link
Member Author

When the move is successful it appears like the indentation from where it was moved FROM is preserved and may not be the same as where it was moved TO.

@comintern comintern added this to the Release 2.0.12 milestone Mar 1, 2017
@comintern comintern self-assigned this Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs feature-refactorings
Projects
None yet
Development

No branches or pull requests

2 participants