VBA Macro to Add Column Headings As Worksheets in Excel
Sub Mac_Headings()
Dim x As Integer
For x = 1 To 5
Sheets.ADD.Name = Sheets("AAA").Cells(1, x)
Next x
End Sub
The Power BI Blog for Professional Learning of the Microsoft Power BI, SQL Server, T-SQL, ETL, R Programming and Excel VBA Macros
How to Dynamically compare two Snapshots Data in Power BI Scenario: Suppose, we have a sample Sales data, which is stored with Monthly Snaps...
No comments:
Post a Comment
Hi User, Thank You for visiting My Blog. Please post your genuine Feedback or comments only related to this Blog Posts. Please do not post any Spam comments or Advertising kind of comments which will be Ignored.