五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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ó)家法律
宜君县| 乌兰浩特市| 高碑店市| 张家界市| 嘉义县| 秦皇岛市| 天峻县| 广河县| 清水县| 革吉县| 海口市| 随州市| 凤台县| 太保市| 张家港市| 新干县| 辰溪县| 平湖市| 铜梁县| 枣庄市| 梁山县| 武川县| 独山县| 铜陵市| 丰顺县| 吉林省| 安宁市| 文山县| 进贤县| 舒兰市| 辰溪县| 乐山市| 天津市| 黄梅县| 元朗区| 涟水县| 泽库县| 两当县| 沽源县| 旌德县| 栾城县|