请教:
Dim app As New Excel.Applicationapp.Workbooks.Addapp.WindowState = xlNormalapp.Width = 100app.Height = 200app.Top = 0app.Left = 0app.Visible = True
谢谢!