I am lokoing for two things...of which I hope that someone can help with1. Change the Mouse Icon to Hour Glass while code runngin and then turn back I tried usign examples from VB adn VBA and they didnt work...then tried this adn didnt workDim pMouseCursor As IMouseCursor
Set pMouseCursor = New MouseCursor
pMouseCursor.SetCursor 2
2. Turn Message Warnings off while running code then turn them back on.Any help would be appreciated....Should I break this up into two different entries?Thanks