Tag: peoplesoft

我如何使用Excel VBA自动化PeopleSoft?

我有一个电子表格中的人员和他们的电子邮件列表,我需要input他们的电子邮件到People Soft V8上的帐户。 有成千上万,所以我正在寻求自动化这个过程。 我已经开始使用下面的代码,但一直在得到 运行时错误 自动化错误未指定的错误 Sub GoToWebSiteUpdate() Dim appIE As InternetExplorer Dim sURL As String Dim UserN As Variant Dim myLoginID As String Set appIE = New InternetExplorer sURL = "Webaddress" appIE.navigate sURL appIE.Visible = True 'Enter information in the first drop down Set UserN = appIE.document.getElementsById("InputBox") UserN(0).Value = "012354" Set appIE = […]

使用Peoplesoft数据更新Excel文件

作为一名PM,我需要引导我的团队花费在我的项目上的时间。 仁科报告的时间。 有没有办法将P / S HR模块中报告的小时数提取到excel文件? 应该在Excel中编程任何东西,所有的build议是值得欢迎的 Duco公司