1 Attachment(s)
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?
Attachment 192319
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}");