撇号、插入符号或引号的显示取决于 MS Excel 工作表中的单元格对齐方式
Apostrophe, caret, or quote mark appear depending on cell alignment in MS Excel worksheet
我们部门有一台计算机出现了这个问题,这让我认为默认设置已被更改。我正在征求任何意见或建议。此设置搞砸了我编写的 VBA 代码,导致它对该计算机无用。
问题:工作表中每个单元格的值都有一个前导字符,该字符根据其对齐方式而变化。左对齐的单元格接收一个撇号 ('
),居中的单元格接收一个插入符号 (^
),右对齐的单元格接收一个双引号 ("
)。每个网页都说要将格式从文本更改为常规,但这并不能解决问题(如果解决方案不同于 selecting 主页选项卡、数字部分、下拉菜单 -> select 常规,然后告诉我)。
此计算机上打开的每个工作表都会出现此问题,无论输入何种类型的数据都会出现此问题,需要停止。
Left Alignment Photo、
Centered Alignment Photo
(我会添加右对齐照片,但在获得许可之前我需要更多帖子)
我需要一个解决方案来停止显示这些字符。我不知道是什么导致了它们,因此我不知道如何停用它。但我知道它是自动的,没有人插入这些字符。
非常感谢任何帮助。提前谢谢你。
我的选择:
- 首选:修复问题,
- 第二:卸载并重新安装 MS excel,
- 不得已:更改代码...
发件人:http://ask.brothersoft.com/what-does-a-caret-symbol-mean-in-microsoft-excel-77529.html
Converted Lotus 1-2-3 Worksheet
You may see a ^ in the Formula Bar if
you open a Lotus 1-2-3 spreadsheet. Lotus 1-2-3 uses special
characters to indicate formatting. These characters appear in Excel's
Formula Bar; however, they do not affect the cell. The characters are
the apostrophe ('), which means the text is left-aligned, the
quotation mark (") for right-aligned text, the caret (^) for centered
text and the backslash () for justified text.
检查以下设置:Excel 选项 > 高级 > Lotus 兼容性
我们部门有一台计算机出现了这个问题,这让我认为默认设置已被更改。我正在征求任何意见或建议。此设置搞砸了我编写的 VBA 代码,导致它对该计算机无用。
问题:工作表中每个单元格的值都有一个前导字符,该字符根据其对齐方式而变化。左对齐的单元格接收一个撇号 ('
),居中的单元格接收一个插入符号 (^
),右对齐的单元格接收一个双引号 ("
)。每个网页都说要将格式从文本更改为常规,但这并不能解决问题(如果解决方案不同于 selecting 主页选项卡、数字部分、下拉菜单 -> select 常规,然后告诉我)。
此计算机上打开的每个工作表都会出现此问题,无论输入何种类型的数据都会出现此问题,需要停止。
Left Alignment Photo、
Centered Alignment Photo
(我会添加右对齐照片,但在获得许可之前我需要更多帖子)
我需要一个解决方案来停止显示这些字符。我不知道是什么导致了它们,因此我不知道如何停用它。但我知道它是自动的,没有人插入这些字符。
非常感谢任何帮助。提前谢谢你。
我的选择:
- 首选:修复问题,
- 第二:卸载并重新安装 MS excel,
- 不得已:更改代码...
发件人:http://ask.brothersoft.com/what-does-a-caret-symbol-mean-in-microsoft-excel-77529.html
Converted Lotus 1-2-3 Worksheet
You may see a ^ in the Formula Bar if you open a Lotus 1-2-3 spreadsheet. Lotus 1-2-3 uses special characters to indicate formatting. These characters appear in Excel's Formula Bar; however, they do not affect the cell. The characters are the apostrophe ('), which means the text is left-aligned, the quotation mark (") for right-aligned text, the caret (^) for centered text and the backslash () for justified text.
检查以下设置:Excel 选项 > 高级 > Lotus 兼容性