Slovardzen
Computer
- Oct 17, 2011
- 4
Hello everyone!
I'm new to VBA programming and I was requested here at work to automate Outlook app with exportation of all data from a Workbook at Excel.
I'm trying a method, a VBA to be more specific, to transfer all my data from a Workbook on Excel to the calendar on Outlook so that I can share with all my coleagues without needing to share the file itself. It is not an appointment, it doesn't have a starting nor ending hour or date so that it is just a very clever way to all members to see what will be happening in the next weeks or months.
I've searched for something likely to what I'm needing but I didn't find much help on it. I've tried the following to see how the solution could apply on my problem:
I did the activation on the references list to Outlook App, but it still returns an error 1004, with a Range at userdate line error. I've done some research also on the web and on e-books but I still can't figure it out. Any guidance here would be very pleasant.
I'm new to VBA programming and I was requested here at work to automate Outlook app with exportation of all data from a Workbook at Excel.
I'm trying a method, a VBA to be more specific, to transfer all my data from a Workbook on Excel to the calendar on Outlook so that I can share with all my coleagues without needing to share the file itself. It is not an appointment, it doesn't have a starting nor ending hour or date so that it is just a very clever way to all members to see what will be happening in the next weeks or months.
I've searched for something likely to what I'm needing but I didn't find much help on it. I've tried the following to see how the solution could apply on my problem:
I did the activation on the references list to Outlook App, but it still returns an error 1004, with a Range at userdate line error. I've done some research also on the web and on e-books but I still can't figure it out. Any guidance here would be very pleasant.