Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要枚举从 001 到 999 的一些项目 也许,如果我可以像这样设置一个 spinButton
spin1.Min = 001 spin1.Max = 999
但是 Excel 不接受这样的最小值? 请问我该怎么做?
您可以将 min/max 设置为 1/999 整数,然后将值作为文本处理
如果 [A1] = 1 那么在 Excel 中
=TEXT(A1,"000")
或在 VBA 中使用
Format(val, "000")
您是否尝试过使用 1 而不是 001?通常 001 被认为是字符串而不是数值。
我正在为管理员审查提交的目标的应用程序页面工作。每个目标都是<tr>3 个不同表格中的一个。“review”、“complete”和“submitted”是三个表。
<tr>
每个都有一个 btn 组,<tr>可以根据当前的状态选择批准、恢复或拒绝。当状态改变时,包含的目标被删除并附加到适当的表中。
当它移动 btn-