• 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

    Dynamic Date Filter

    Example?
  2. 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
  3. Belleke

    Textbox value in selected cells

    That is the last time I help.
  4. 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.
  5. 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
  6. Belleke

    Textbox value in selected cells

    Like this?
  7. Belleke

    My Macros stopped working

    Fisrt off all your example is not complete, we can't do about it., a question, did you change office 32 bit to office 64 bit?
  8. Belleke

    Search in combobox product column of table1

    Do you mean something like this? Select product in combobox and see result in listbox.
  9. Belleke

    Converting a series of numbers to text format

    What is the reult you want? Example?
  10. Belleke

    Search in combobox product column of table1

    No clear. Do you search on product, date or unit? What do you mean by combobox cannot list repeated products, what is de difference between product A in unit 3 and product A in unit 7 and product A in unit 47??
  11. Belleke

    Table.ExpandTableCoumn problem

    Sorry, this is not a photoshop forum, we can't do anything whit a picture, we need an excel example.
  12. Belleke

    Change cursor to another column after find value

    This code belongs in the sheet code not in a module. Right click on the sheet tab, then paste the code in programmcode....
  13. Belleke

    VBA scan PDF for hyperlinks

    With this tool you can extract hyperlinks from PDF to CVS, don't ask me how. https://pdfcandy.com/
  14. Belleke

    How can I convert large set of text to number

    What use is a picture that no one can read? More, what does a picture in a Excelforum? This is not a photoshop forum.
  15. Belleke

    Excel VBA Object Variable or With Block Variable Not Set Error

    Try it without (delete) Or Dim Cancel As Integer
Back
Top