Quote Originally Posted by p45cal
Somewhere in the code you should have:
Type ToolbarPosition
search for it in the code - I have found some code on the interweb, does it read as follows?:
[vba]Type ToolbarPosition
Top As Long
Left As Long
Position As Variant
RowIndex As Variant
End Type[/vba] Hopefully yes.
Attached is something which hopefully will work, activex objects permitting.
In another module in the workbook, under the name "TypeVariables" I found it:
[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.