Search:

Type: Posts; User: redseujac

Search: Search took 0.01 seconds.

  1. Re: DataGridView: find in a column the first value matching or greater than given val

    As so many of us I am not a professional developer, but only a hobbyist. I've created the program to help my colleagues (https://www.daproverb.be/en). So, several problems arisen while writing the...
  2. [RESOLVED] DataGridView: find in a column the first value matching or greater than given value

    I have written a large Visual Basic program (WinForms app).

    One new part is a Windows Form with a DataGridView and a TextBox. The DGV is not databound and the data/values are added...
  3. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    Hello paul

    1) Still no answer possible to my post #59?

    2) How to adapt your code to copy NOT the ENTIRE DataGridView to Word, but only the SELECTED area (with mouse e.g.) of the DataGridView,...
  4. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    paul

    After the DGV has been exported to MS Word table, I experience an annoying problem: the content in the Word table cells is not formatted as I want it to be.

    After the date, the time is...
  5. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    Yes, I did paul, but I couldn't use the code in that example.

    But you are right indeed: there are not 2 but 3 examples. My fault :blush:
  6. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    referring to the ActiveDocument did the trick finally :thumb:

    Thank you veru much, paul.

    Now we have 2 sample codes: 1 to copy a DGV to a new Word document and 1 to copy it (append it) to an...
  7. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    Thank you paul.

    Unfortunately the DGV is still added to a NEW opened Word document. The DGV is NOT added to the Word document that is already open.

    Maybe the problem is due to this code in your...
  8. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    Thank you paul for your help.

    I already applied sucessfully your answer to my second question.

    As to the first problem - copying the DGV to an opened Word document - I have the following code...
  9. Replies
    70
    Views
    64,403

    Re: export DGV to word ~ excel

    Hi .Paul

    Two more questions about how to export DGV to Word.
    1) Your sample code exports the DGV to a new Word document. What's the code for exporting the DGV to a document that's opened in Word,...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width