摘要: Sub FreezeTopRowAllSheets() Dim ws As Worksheet ' 遍历所有工作表 For Each ws In ThisWorkbook.Worksheets ' 激活工作表 ws.Activate ' 冻结首行 ActiveWindow.FreezePanes = 阅读全文
posted @ 2024-06-11 17:01 issacnew 阅读(378) 评论(0) 推荐(0)
摘要: For that you can use the TopMost Property of MsgBox (Number 262144) MsgBox("Hello there", 262144, Title:="Out of focus") Edit: Another way to accompli 阅读全文
posted @ 2024-06-11 11:31 issacnew 阅读(164) 评论(0) 推荐(0)