Results 1 to 2 of 2

Thread: Using VBA - Is it possible to insert the formatted bibliography section

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2014
    Posts
    31

    Question Using VBA - Is it possible to insert the formatted bibliography section

    I want to insert the formatted bibliography list at the end of the document programmatically. Is that possible?

    Name:  2024_07_21_19_51_01_staging.docx_Word.jpg
Views: 90
Size:  14.0 KB

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Dec 2014
    Posts
    31

    Re: Using VBA - Is it possible to insert the formatted bibliography section

    Actually I needed inspiration here since this forum is about VB. Actually needed it for c#. And I have found a solution !

    Code:
               SendKeys.Send("%(s)"); // Alt + S
               SendKeys.Send("(b)"); // B
               SendKeys.SendWait("{ENTER}");

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width