I'm trying to save an object's position, and was trying to use this subroutine (Object_OnDragFinish), thinking I could call my "savesettings" function from there, but it doesn't seem to work. My exact statement is as follows:
Sub Object_OnDragFinish
savesettings
End Sub
Can anyone enlighten me as to why this isn't actually calling the savesettings sub?
tia,
Dan