Consulting

Page 2 of 2 FirstFirst 1 2
Results 21 to 22 of 22

Thread: Help with code on language translation file

  1. #21
    Knowledge Base Approver VBAX Wizard
    Joined
    Apr 2012
    Posts
    5,635
    or
    Sub M_snb()
        Sheet1.UsedRange.Columns(1).Copy
        GetObject(, "Word.application").activedocument.Paragraphs(1).Range.Paste
    End Sub

    NB. Avoid any 'select' or 'activate' in VBA.

  2. #22
    VBAX Regular
    Joined
    Jul 2017
    Posts
    23
    Location
    MD,
    I just wanted to thank you for all your help on this. I sincerely appreciate all that you have done for me.
    Regards,
    Ken Mc

Posting Permissions

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