Z
Zoo
Hi,
What is the equivalent in Project VBA for the following Excel VBA code?
Sub Main()
Application.Cursor = xlWait
MsgBox "Test"
Application.Cursor = xlDefault
End Sub
What is the equivalent in Project VBA for the following Excel VBA code?
Sub Main()
Application.Cursor = xlWait
MsgBox "Test"
Application.Cursor = xlDefault
End Sub