Related:
- Worksheet_Change from a data validation list
- Display two columns in data validation list but return only one - Guide
- Counter strike 1.6 cheats list - Guide
- Tmobile data check - Guide
- Windows genuine validation - Guide
- Amd crossfire gpu list - Guide
1 response
Hi,
Try something like that (not tested) :
Best regards
"Pour trouver une solution à ses problèmes, il faut s'en donner la peine."
Try something like that (not tested) :
Private Sub Worksheet_Change(ByVal Target As Range) Dim MyPlage, Cell As Range Set MyPlage = Range("book_select") For Each Cell In MyPlage Application.Cursor = xlWait Call BuildPivots Application.Cursor = xlDefault Next End Sub
Best regards
"Pour trouver une solution à ses problèmes, il faut s'en donner la peine."