Excelgoodies logo +1 650 491 3131
Excelgoodies

Power BI

Is Power Bi, the silent death of SSRS?

Published by Excelgoodies . 3 days ago

Well, the end-purpose of both tools is to help business users with high-end reporting. Where does the difference lie? The changing role of Business Users from just “receiving” the powerful…

Keep Reading
Excelgoodies

Power BI

7 Advanced DAX Functions to Supercharge Your Power BI Reports

Published by Excelgoodies . 8 days ago

7 Advanced DAX Functions to Supercharge Your Power BI Reports

Keep Reading
Excelgoodies

VBA & Python

Is knowing Excel VBA a good starting point for learning any other programming languages?

Published by Excelgoodies . 8 days ago

Yes – If you are a “BUSINESS USER” (non-programmer) looking to get into programming (part time/full-fledged). My whole point stands on one belief – You learn best when “you connect what you learn…

Keep Reading
Excelgoodies

VBA & Python

How to Show Progress on Status Bar using VBA?

Published by Excelgoodies . 8 days ago

The below code will add serial numbers up to 500 in your sheet and along with it will show progress on the status bar. Sub progressStatusBar() Application.StatusBar= “Start Printing the…

Keep Reading
Excelgoodies

VBA & Python

Open XML File in Excel

Published by Excelgoodies . 8 days ago

Here are the primitive commands to open an XML file in Microsoft Excel. Sub Open_XMLFile() Dim OXML As Workbook Set OXML = Workbooks.OpenXML(“c:\sample.xml”) End Sub Sub Open_XML_File_As_List() Dim OXML As…

Keep Reading