Data downloaded with green triangle(indentation)

  • Thread starter Thread starter Guest
  • Start date Start date
You can't do it with formatting. Go to the Tools menu, choose
Options, then the Error Checking tab. There, uncheck "Enable
background error checking".


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Thanks, that got rid of the triangle but the data is still indented. How do I
remove the indentation?
 
You can click the "Decrease Indent" button on the Formatting
toolbar, or you an use VBA

Sub AAA()
Selection.IndentLevel = 0
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top