Recent content by RienTimmer

  1. RienTimmer

    Listbox display

    Not quite. Using ListIndex gives me the "You've used the ListIndex property incorrectly" message. I've searched for the cause and I read that is because the control does not have focus, but when I add the .SetFocus for the control, that causes all my selected listitems to be deselected...
  2. RienTimmer

    Listbox display

    Hi, I have a listbox on a form where I use the Extended multi-select. After selecting multiple values I hit a button and my VBA code starts processing the selected rows, deselecting the rows as they are processed. During this process the listbox displays as I last used it i.e. it does now...
  3. RienTimmer

    Send html Outlook Email, options for signature, attach, embed image plus many more

    I have tried this code but get a problem: If bolAddSignature Or Not IsMissing(varImagePath) Or Not IsMissing(varHtmlFooter) Then 'if signature or embedded image or html footer Set objInsp = objOutlookMsg.GetInspector 'this causes the...
Top Bottom