B
brookh
I'm trying to write a macro for Outlook 2007, and getting nonsensical compile
errors. For example: The following script results in "Compile error: Object
required"
Sub TestScript()
Dim x As Integer
Set x = 2
End Sub
Am I doing something wrong or is my Outlook VBA just broken?
errors. For example: The following script results in "Compile error: Object
required"
Sub TestScript()
Dim x As Integer
Set x = 2
End Sub
Am I doing something wrong or is my Outlook VBA just broken?