You could simplify things even further :-
just a thought ... !Sub test Dim timet1 as single timet1 = Timer 'Your VBA statements here Msgbox "The entire process took " & Timer - timet1 & " seconds." End Sub![]()
You could simplify things even further :-
just a thought ... !Sub test Dim timet1 as single timet1 = Timer 'Your VBA statements here Msgbox "The entire process took " & Timer - timet1 & " seconds." End Sub![]()
2+2=9 ... (My Arithmetic Is Mental)