xavier.batlle
Active member
- Local time
- Today, 11:17
- Joined
- Sep 1, 2023
- Messages
- 243
This week I came across that I can set up a two-line title in pop-up forms, but not in standard forms, using some code like this:
According to my tests, it only works in Windows 11 and on popup forms, but some people have reported that it does not work on their Windows 11 computers.
My configuration is as follows:
- Windows 11 - 25H2
- Microsoft Office 365 (64-bit)
- Screen resolution (1920 x 1080)
- Scale (100%) or (125%)
I would appreciate it if you could test whether it works for you and report back here with your own configuration.
Thanks in advanced.
Code:
Me.Caption = "First line " & vbCrLf & " Second line"
According to my tests, it only works in Windows 11 and on popup forms, but some people have reported that it does not work on their Windows 11 computers.
My configuration is as follows:
- Windows 11 - 25H2
- Microsoft Office 365 (64-bit)
- Screen resolution (1920 x 1080)
- Scale (100%) or (125%)
I would appreciate it if you could test whether it works for you and report back here with your own configuration.
Thanks in advanced.
Last edited: