Forum Discussion
Tony2021
Sep 08, 2021Steel Contributor
Importing Data into Outlook Calendar
Hello, I am trying to upload excel data into an Outlook calendar. I have an error on my code on WScript "Variable Not Defined" strFil = WScript.Arguments(0) (row ~25) I am not sure why. I h...
- Sep 12, 2021Given the fact that this is not your own code, and that particular reference appears to be unexplainable given what we can see, I might want to go to the source of the code and ask for clarification. I suspect that you are missing some important part of the full code. As I think I mentioned in a previous post, I would expect the WScript reference to pertain to a Windows scripting function anyway.
Tony2021
Sep 11, 2021Steel Contributor
Hi George,
To answer your question, no, I did not write any of the code.
Way above my head to be honest. I am far from a coder.
To answer your question, no, I did not write any of the code.
Way above my head to be honest. I am far from a coder.
George_Hepworth
Sep 12, 2021Silver Contributor
Given the fact that this is not your own code, and that particular reference appears to be unexplainable given what we can see, I might want to go to the source of the code and ask for clarification. I suspect that you are missing some important part of the full code. As I think I mentioned in a previous post, I would expect the WScript reference to pertain to a Windows scripting function anyway.
- Tony2021Sep 13, 2021Steel Contributorthanks George. Its code I am pulling from an old database. I will need to explore further. thank you again for your insight.