gpt4 book ai didi

excel - Visual Basic Excel : Copying text as text

转载 作者:行者123 更新时间:2023-12-03 02:58:52 25 4
gpt4 key购买 nike

我在做

Cells(101, 50).Value = Cells(100, 50).Value

并且 Cells(100,50) 中有“001234”。

问题是语句执行后 Cells(101,50) 的值为 1234。

感谢您的帮助。

最佳答案

另一种方式

Sub Sample()
Cells(101, 50).Formula = "=TEXT(" & Cells(100, 50).Value & ",""000000"")"
End Sub

关于excel - Visual Basic Excel : Copying text as text,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11690935/

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