在Office即點即用(Office 2016 Retail或Office 365)系統上,我如何(以編程方式)確定內部版本號? 背景:一些功能only available in newer builds,我要檢查安裝的Office版本是否是我想要使用,並建議用戶upgrate功能「足夠新」,如果事實並非如此。 注:我知道,我大概可以閒逛註冊表,並尋找一些看起來像的內部版本號(例如Computer
這是我的代碼: let paragraph = paragraphs.items[paragraphs.items.length - 1];
let p = paragraph.insertParagraph('', window.Word.InsertLocation.after);
if (paragraph.isListItem) {
p.detachFromList()
Public Sub text1(st As String)
Dim oXL As Object ' Excel application
Dim oBook As Object ' Excel workbook
Dim oSheet As Object ' Excel Worksheet
Dim i As Integer
'Start E