Consulting

Results 1 to 4 of 4

Thread: VBA Convert Below outlook code to Late Binding....

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned VBAX Contributor
    Joined
    Aug 2017
    Posts
    144
    Location

    VBA Convert Below outlook code to Late Binding....

    Hi Team,
    
    
    Please assist me in converting below Outlook code into Late Binding.
    
    
    Situation - 1
    
    
    Dim doc As Word.Document
    Set doc = mi.GetInspector.WordEditor   ' How to Convert this line Late Binding
    
    
    Situation -2
    
    
    Dim olinsp As Outlook.Inspector  
    Dim wddoc As Word.Document 
    Set olinsp = .GetInspector '????? How to Convert this line Late Binding
    Set wddoc = olinsp.WordEditor  '?... How to Convert this line Late Binding
    
    
    Thanks in advance
    
    
    Regards,
    mg
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •