Hi. The following should work:
VBA Code:Sub DisplayGetDataFromWeb() Application.CommandBars.ExecuteMso "GetPowerQueryDataFromWeb" End Sub
Is that what you were after?
Application.CommandBars.ExecuteMso "FormatCellsDialog"
Absolutely useful Dan_W, thank you for going the extra mileFurther to my reply above, I thought it might be easier to understand with a screen capture. As you can see in the image below, the phrase you are looking for is the one at the end in brackets - In this case, the command I'm hovering over will be FormatCellsDialog
So that will just be:
Hope that's useful.VBA Code:Application.CommandBars.ExecuteMso "FormatCellsDialog"
View attachment 79950