In another module in the workbook, under the name "TypeVariables" I found it:Originally Posted by p45cal
[VBA]Option Explicit
' For use of remembering where the custom toolbar was placed
Public Type ToolbarPosition
Top As Long
Left As Long
Position As Variant
RowIndex As Variant
End Type
[/VBA]
When you run the macro on the attachment you just sent, what is the first date it pulls to correct? For me it pulls 1/5/11, which is not in the list.