Excel VBA - Inserindo um Gráfico usando o Método Shapes - Adding New Chart for Selected Data using Shapes.AddChart Method

Excel VBA - Inserindo um Gráfico usando o Método Shapes - Adding New Chart for Selected Data using Shapes.AddChart Method



Neste exemplo observaremos um forma de inserirmos um gráfico no Excel com VBA através do Método Shapes.AddChart a partir da nossa seleção de alguns dados.
Este código criará um gráfico básico em uma planilha existente:

Sub
ExAddingNewChartforSelectedData_Shapes_AddChart_Method()

ActiveSheet.Shapes.AddChart.Select
Range("F5:I7").Select
End Sub

Deixe seus comentários, compartilhe este artigo!


⬛◼◾▪ Social Media ▪◾◼⬛
• FACEBOOK • TWITTER • INSTAGRAM • TUMBLR • GOOGLE+ • LINKEDIN • PINTEREST

⬛◼◾▪ Blogs ▪◾◼⬛ 

⬛◼◾▪ CONTATO ▪