最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

VBA——將Excel內(nèi)容轉(zhuǎn)換成多頁(yè)P(yáng)PT

2023-08-02 19:49 作者:ch_j  | 我要投稿

Rem 本視頻示例代碼

Sub Excel轉(zhuǎn)PPT()

??Dim arr

??Dim ar

??Dim pptApp As Object

??Dim prs As Object

??Dim sld As Object

??Dim i As Long

??Dim sp As Object

??Dim sp1 As Object

???

??Set pptApp = CreateObject("PowerPoint.Application")

??pptApp.Visible = True

??Set prs = pptApp.Presentations.Add

???

??arr = ThisWorkbook.Sheets(1).Cells(1, 1).CurrentRegion.Value

???

??For Each ar In arr

????If ar <> "" Then

??????Debug.Print ar

???????

??????'新建幻燈片

??????Set sld = prs.slides.addslide(prs.slides.Count + 1, prs.SlideMaster.CustomLayouts(1))

???????

??????'刪除自帶的形狀

??????For i = sld.Shapes.Count To 1 Step -1

????????Set sp = sld.Shapes(i)

????????sp.Delete

??????Next

???????

??????'添加一個(gè)形狀(文本框)并寫(xiě)入內(nèi)容

??????Set sp1 = sld.Shapes.AddTextbox(1, 100, 200, 600, 300)

???????

??????With sp1.TextFrame

????????With .TextRange

??????????.Text = ar

????????End With

??????End With

????End If

??Next

???

??'pptApp.Quit '如果文件尚未保存到本地,請(qǐng)不要執(zhí)行這句

??Set pptApp = Nothing

??Set prs = Nothing

??Set sld = Nothing

??Set sp = Nothing

??Set sp1 = Nothing

End Sub

VBA——將Excel內(nèi)容轉(zhuǎn)換成多頁(yè)P(yáng)PT的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
栾城县| 黔西| 察雅县| 西华县| 阳新县| 永城市| 临沂市| 沛县| 康平县| 塘沽区| 高雄县| 叶城县| 错那县| 河池市| 永城市| 中西区| 天峻县| 日喀则市| 九龙县| 广昌县| 九台市| 尼勒克县| 壤塘县| 确山县| 赤峰市| 万山特区| 晋江市| 孟连| 江油市| 新泰市| 顺平县| 东平县| 旺苍县| 遵义市| 穆棱市| 英德市| 平罗县| 依安县| 崇阳县| 永昌县| 青冈县|