Hi
I'm a novice to VBA and I'm wondering if anyone can recommend a simple text book to get the ropes. I've been looking around, and it seems the vast majority of material is for excel.
I'm trying to do some pretty basic things like being able to respond to emails with the same questions that always get asked, and set up 7 or 8 buttons with predefined responses.
In Excel, it seems to be as simple as typing what you want to do e.g.
ActiveCell.Value = "this is a test"
In outlook however, I tried "Subbject.Value = "TestingTesting123" but I clearly got the object and the property wrong... i tried the ctrl + space for help, but still nothing.
I'd welcome any suggestions/advice as to what I can read/do
I'm a novice to VBA and I'm wondering if anyone can recommend a simple text book to get the ropes. I've been looking around, and it seems the vast majority of material is for excel.
I'm trying to do some pretty basic things like being able to respond to emails with the same questions that always get asked, and set up 7 or 8 buttons with predefined responses.
In Excel, it seems to be as simple as typing what you want to do e.g.
ActiveCell.Value = "this is a test"
In outlook however, I tried "Subbject.Value = "TestingTesting123" but I clearly got the object and the property wrong... i tried the ctrl + space for help, but still nothing.
I'd welcome any suggestions/advice as to what I can read/do