Results 1 to 19 of 19

Thread: Solved: Data Validation Macro Problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,970
    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.
    Attached Files Attached Files
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •