• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by Belleke

  1. Belleke

    Creating Groups.

    Sorry vletm, I found it. I will test it further, Il keep you informed.
  2. Belleke

    Creating Groups.

    I have a problem with your new example, when I add a new participant it doesn't show uo in grouping or value. the comments are not a problem.
  3. Belleke

    Creating Groups.

    Hi vletm Looks perfect, but why these comments?
  4. Belleke

    Creating Groups.

    Hoi vletm, It looks like it is working fine but I would like to add the values See example for group 1 and 2 in columns W-> AK Thanks in advance.
  5. Belleke

    Creating Groups.

    Bump. Is there a VBA solution?
  6. Belleke

    Creating Groups.

    See example, explanation is in the file. Sorry, forgot to tell, new draw (F9?) should give new groups, but not the participands that already been chosen. Thanks.
  7. Belleke

    Sending Emails via Outlook using Excel VBA

    As I remember it never did in MS outlook (old or new) MS outlook is not office outlook. I work with office 365 an have about 20 different mail codes (including send workbook as attachment) that still are working. But Marc L is right it will not work on a Mac.
  8. Belleke

    change VBA code so i can rename folder path from cell A1

    folderPath = [A1].Value And In cell A1 path C:\Users\S.Lakh\Downloads\allied\ (without the brackets)
  9. Belleke

    Deselect a Lixtbox when textbox receives focus

    As always, your example sucks Play with the following LBx1.ListIndex = -1
  10. Belleke

    Required changes in the existing code

    Why asking this question in an excel forum Your PNG is from an Google speadsheet with java code. Ask your question in a Google spreadsheet forum.
  11. Belleke

    Dynamic Date Filter

    Example?
  12. Belleke

    Expert PDF Help

    Like this? Sub SaveAsPDF() fn = Application.GetSaveAsFilename(FileFilter:="PDF Files (*.pdf), *.pdf") If fn <> nfn Then ThisWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:=fn End If End Sub
  13. Belleke

    Textbox value in selected cells

    That is the last time I help.
  14. Belleke

    Textbox value in selected cells

    What is accounting format? My last example does exactly what you asked. Post a similar example with the desired results or figure it out yourself.
  15. Belleke

    Textbox value in selected cells

    Like this? Fill a value in textbox 1 and textbox 2 and press copy. And please next time put your code between code tags Do it like this < your code and at the end /> And next time post a representative example instead of a weak example
Back
Top