gpt4 book ai didi

vba - 在 VBA ListView 中显示乱码(而不是希伯来文、西里尔文、阿拉伯文、中文、日文、希腊文)

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

我在 VBA 用户窗体中创建了一个 ListView 。 Listview 显示用户在 3 个文本框中插入的数据(单击“保存”按钮后)。用户可以在希伯来语中插入文本,但在 ListView 中,文本显示为乱码(请参见下面链接中的屏幕截图)。

请帮助在 ListView 中显示希伯来语文本。

“保存”按钮的代码:

Private Sub CB_Save_Click()
Set Item = ListView2.ListItems.Add()
counter = counter + 1
Item.Text = counter
Item.SubItems(1) = T_Problem.Value
Item.SubItems(2) = T_ItemT.Value
Item.SubItems(3) = T_ActionDesc.Value
End Sub

screenshot of listview displaying Jibrish instead of Hebrew

最佳答案

请执行下列操作:

  • 选择开发者模式下的ListView
  • 按 F4
  • 新闻字体
  • 选择脚本 > 希伯来语
  • 好的

  • enter image description here

    关于vba - 在 VBA ListView 中显示乱码(而不是希伯来文、西里尔文、阿拉伯文、中文、日文、希腊文),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50966462/

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