gpt4 book ai didi

vba - 基于破折号和 'em dash' 拆分

转载 作者:行者123 更新时间:2023-12-04 20:13:04 28 4
gpt4 key购买 nike

我正在尝试使用 VBA Split 来标记带有破折号/连字符的字符串
数据中有 Excel 破折号。

知道如何拆分它们吗?

Split("This-works-fine", "-") 
Split("This–not–so–well", "-")

最佳答案

尝试这个:

Split("This–not–so–well", chrw(8211))

关于vba - 基于破折号和 'em dash' 拆分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33522094/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com