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.
我从 SQL 获取数据并通过 VBA 将其粘贴到 Excel 表中。数据以格式出现
hh:mm:ss 我想让 excel 意识到这是一个时间变量,但事实并非如此。即使我选择粘贴区域并将格式更改为任何时间格式,它似乎也不起作用。仅当我手动选择一个单元格对其进行稍微修改并单击输入(或每个单元格按 F2 + 输入)然后它移动到时间格式时才有效。有没有办法解决这个问题或者是否有人熟悉这个问题?
您究竟是如何将这些数据输入excel 的?
你不会碰巧有手动计算吧?Excel 会将 hh:mm:ss 解析为日期时间,但听起来它在您导入此数据后并没有重新计算。