Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如题
请给出详细的VBA 代码
感谢
使用Application对象的PlaySounfFile方法实现播放声音文件的功能。
如:
Call Application.PlaySoundFile("c:\test.mp3")
要停止播放可以使用Call Application.StopPlay()
Cdate(Date)