摘要:
Excel 2016 按组合键ALT+F11调出VB窗口——插入——模块(复制代码到新模块中,复制完后始可关闭VB窗口) 复制以下代码到模块中 ``` Function getpychar(char) tmp = 65536 + Asc(char) If (tmp >= 45217 And tmp 阅读全文
posted @ 2023-08-02 09:36
Caraxes
阅读(171)
评论(0)
推荐(0)
浙公网安备 33010602011771号