五月天青色头像情侣网名,国产亚洲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ó)家法律
鱼台县| 岗巴县| 新巴尔虎左旗| 福建省| 嘉峪关市| 青冈县| 郎溪县| 闽清县| 都昌县| 佛教| 藁城市| 金坛市| 西乌珠穆沁旗| 多伦县| 囊谦县| 泽州县| 平泉县| 永济市| 通城县| 盱眙县| 托克逊县| 安溪县| 林口县| 梨树县| 得荣县| 阜南县| 阿克苏市| 曲周县| 乾安县| 确山县| 延吉市| 德兴市| 武陟县| 克什克腾旗| 济阳县| 晋江市| 青河县| 即墨市| 育儿| 斗六市| 东阳市|