📄 page451.vbs
字号:
'this will work, returns a reference to the first AddressEntry in
'the AddressEntries collection
Set objAddressEntry = objAddressList.AddressEntries(1)
'this WILL NOT work, you cannot reference an AddressEntry object
'using the display name
Set objAddressEntry = objAddressList.AddressEntries("Fred Smith")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -