ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[¤À¨É] vba °õ¦æ¿Ã¹õ°ÝÃD

¦^´_ 1# asoonla

¸Õ¸Õ
  1. Public Declare Function SetWindowPos Lib "user32" _
  2. (ByVal hwnd As Long, ByVal hwndinsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
  3. Sub nn()
  4. Application.OnTime Now + TimeValue("00:00:30"), "ex"
  5. End Sub

  6. Sub ex()
  7. With ThisWorkbook.Application
  8. hw = .hwnd
  9. SetWindowPos hw, -1, 0, 0, 0, 0, 3
  10. .DisplayFullScreen = True
  11. End With
  12. End Sub
½Æ»s¥N½X
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

        ÀR«ä¦Û¦b : ¤H­nª¾ºÖ¡B±¤ºÖ¡B¦A³yºÖ¡C
ªð¦^¦Cªí ¤W¤@¥DÃD