11 2019 档案

摘要:from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.wait import WebDriverWait f... 阅读全文
posted @ 2019-11-12 07:48 wangway 阅读(799) 评论(0) 推荐(0)
摘要:Sub CopyVisibleToNewSheet() Dim Wb As Workbook Dim Sht As Worksheet Dim NewSht As Worksheet Dim Rng As Range Set Wb = Application.ThisWorkbook Set Sht = Wb.ActiveSheet Wit... 阅读全文
posted @ 2019-11-04 08:51 wangway 阅读(283) 评论(0) 推荐(0)
摘要:Sub CropPicture() Dim shp As Shape, picFile As String, n As Long Dim sld As Slide, pre As Presentation Dim RowCount As Long, ColCount As Long RowCount = 2 '上下裁剪为几部分 ColCount = 2 '... 阅读全文
posted @ 2019-11-02 21:15 wangway 阅读(269) 评论(0) 推荐(0)