Recent content by Vijay Kumar

  1. Vijay Kumar

    Copy tables from outlook to excel

    Dear Michael, I tried a lot for getting the idea, and I am feeling mad while doing this.. I scratched my head, but can't able to get it So I request, Can you please prepare a dummy code for my use.
  2. Vijay Kumar

    Copy tables from outlook to excel

    Dear Michael As you said, I just copy your module and paste it in outlook VBA as module. When I go through by pressing F8 key, it gives error on line Set Document = Ins.WordEditor. Can you please tell me the hierarchy of the code ? In your code, variable Document declared as word.document and...
  3. Vijay Kumar

    Copy tables from outlook to excel

    Dear Michael I tried by creating some variable for outlook application, and tried to set app doc = ins.wordEditor (In this line I am getting error) Will you please explain, Now I putting this code in Excel VBA and created referernces for Word & Outlook applications. By the Code, how can I get...
  4. Vijay Kumar

    Copy tables from outlook to excel

    Dear Michael I read that article, but I can't able integrate with Outlook and I am new outlook VBA. So please try to suggest me the way for my requirement. Thank you so much for your valuable comments
  5. Vijay Kumar

    Copy tables from outlook to excel

    Dear Diane Below Sub ImportDataFromWord() Dim appWd As Word.Application Dim appDoc As Word.Document Dim tblNo As Integer Dim wdFilePath As String Dim iRow As Integer Dim iCol As Integer Dim i As Integer Dim lRow As Long Set appWd = New Word.Application...
  6. Vijay Kumar

    Tables in outlook body

    Hii.. Sorry, for Cross posting, I already put my question in another tab. This question basically related to VBA. How can I recognize the Tables from incoming mail body by Excel VBA ? Is there any way to get table data from outlook mail body to excel like Ms word table to excel. Please suggest
  7. Vijay Kumar

    Copy tables from outlook to excel

    Hi.. all Recently, I joined this forum. I am very interested in learning Outlook Programming. Here is my question Everyday I am getting some notification mails from our server. In that mail body, there is a table contains some information about the products. I need to copy all those tables from...
Back
Top