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.
我正在尝试获取一个输入掩码,以便在字段中我的值的左侧和右侧放置一个星号。我尝试为该字段设置自定义输入掩码,但\*CCCCCCCCCC\*;0;将其放在值的开头、结尾和结尾,即使我没有长度延伸那么远的值,所以它最终看起来像*sample* *
\*CCCCCCCCCC\*;0;
*sample* *
我可以编写一段 VBA 来执行此操作,但我正在查看是否可以先获得有关输入掩码的帮助。
提前致谢。
您不能有可变长度的输入掩码。您唯一的选择是创建它的 VBA 代码。