you could attach it to the worksheet_change() event.
or you could record the paste as part of the macro and set the sortcut as Ctrl+V
you could attach it to the worksheet_change() event.
or you could record the paste as part of the macro and set the sortcut as Ctrl+V
![]()
Sub Reputation() Dim Problem as Variant Dim Reputation as Integer For Each Problem in Forum.Threads If Problem.Title = "*[Solved]*" and Solver.Name = "Leon V (AW)" Then Reputation = Reputation + 1 Next Problem End Sub
Thanks Leon, I think this is what I'll have to do.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks