Today, I received this error in the Excel to CI Macros:
Compile Error: Can’t find project or library
It seems to be pointing to a “sToolBarTemplateActions”.
Thanks to the help of Srinivas Reddy, I think I found the problem.
Basically, what seems to have caused the problem for me was that I copied the “ExcelToCI2007” spreadsheet to a new directory without copying the RelLangMicro.xla with it. Here’s how I fixed the problem…
The error opened the Excel Visual Basic editor for me. There, I went to Tools > References …
In the references dialog, I found that the RelLangMicro.xla library was what was missing.
To fix the missing reference, I clicked on the “Browse” button for that library. I found the library under <PS_HOME>\excel.
After that, everything worked for me.
According to Srinivas Reddy, you can just copy the RelLangMicro.xla file from the Excel directory in your PeopleSoft home to the same folder as your Excel to CI spreadsheet. That is probably a better solution, but I’ll leave it up to you.
Resources
With PeopleSoft: Excel to CI – Can’t find Project or Library
Love you dude for this information !!!
thanks!!