I have searched thru many posts but can't get seem to find how to just display a text box/msg that says something simple like pls wait - processing while the macro runs.
Any Ideas?
I tried but could not get it to work.
Please see below, Thanks
Private Sub Workbook_Open()
userform1.Show modeless
PLEASE WAIT UPDATING THE DATA
Workbooks(ThisWorkbook.Name).RefreshAll
Unload userform1
userform2.Show modeless
PLEASE WAIT WHILE WE refresh your page
ActiveSheet.PivotTables(1).PivotCache.Refresh
Unload userform2
'
End Sub
This is something I have never done. Can you post an example?