change Bibliography style
I need to change the default bibiolography style to 'IEEE2006OfficeOnline'
The below code does not work and returns an runtime error.
Options.BibliographyStyle = "IEEE2006OfficeOnline"
(or)
Options.BibliographyStyle = "D:\Program Files\Microsoft Office\Office14\Bibliography\Style\IEEE2006OfficeO nline"
could you please let me know on how to change the bibliography style using word vba.
|