Search results

  1. S

    Select a specific row in a listbox?

    I have, and made lots of progress thanks very much, will post the final code here once it's all working Thanks again
  2. S

    Select a specific row in a listbox?

    Thanks, will give that a try. I'm using the value line as that's what I found on google and seemed to work, very new to VBA :) Thanks again
  3. S

    Select a specific row in a listbox?

    Hi, I'm trying to select a row from a listbox which then changes the rowsource on another form based on the row selected, however, the first row of the listbox is always used insted of the actual row I am double-clicking on. My code looks like this... Dim VarItem As Variant For Each...
  4. S

    Question Sending to multiple email address from table in Lotus Notes

    Got there in the end, the value of searching through this site got me most the way there so sorry if I wasted anybodys time looking. So final code below for anybody else who has similar problems... I do get errors 91 and 0 with this code, but added a bit of handling to ignore them as they...
  5. S

    Question Sending to multiple email address from table in Lotus Notes

    Have made a bit more progress, have added the following line between the "Call notesdb" and "Call notesdoc" lines... Call notesdb.OPENMAIL And the code now falls over with a 7294 error when it reaches... Call notesdoc.Send(False)
  6. S

    Question Sending to multiple email address from table in Lotus Notes

    Have made some progress on this after searching through some of the posts on this site, got the bit working I wanted to get working, i.e. retrieving all the email addresses and looping through them to send the mail, however, then started getting an error 91. From what I read up on this, the 91...
  7. S

    Question Sending to multiple email address from table in Lotus Notes

    I am trying to send to multiple email addresses taken from multiple rows in a table using lotus notes. I have the lotus notes part of it working, I think it's the retrieving and sending to multiple rows/addresses I am having the problem with. I have a table called "Subscriptions" and within...
Back
Top Bottom