![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm getting the error in the subject in my custom form at the second of
these lines: Set oMe = Item.GetInspector.ModifiedFormPages.Add("Ticket") Set cbo = oMe.Controls("cboPartNum") These are well into the VBA script. I know that I've seen this before, but it's been a while. This is affecting a bunch of people, so any help I can get will be greatly appreciated! Thanx! -- TFWBWY...A |
#2
|
|||
|
|||
![]()
If this is a published custom form with a page named Ticket on it, the correct syntax would be:
Set oMe = Item.GetInspector.ModifiedFormPages("Ticket") without the Add. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Bryan Dickerson" wrote in message ... I'm getting the error in the subject in my custom form at the second of these lines: Set oMe = Item.GetInspector.ModifiedFormPages.Add("Ticket") Set cbo = oMe.Controls("cboPartNum") These are well into the VBA script. I know that I've seen this before, but it's been a while. This is affecting a bunch of people, so any help I can get will be greatly appreciated! Thanx! -- TFWBWY...A |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
sending email generates an "object not found" message. How to fix | flint | Outlook - Installation | 5 | September 22nd 08 01:39 AM |
Error message "an object can't be found" when sending mail | Vikes | Outlook - Installation | 7 | February 21st 06 02:37 AM |
can't send/receive in OL2003. "operation failed. object missing" | sk | Outlook - Installation | 0 | January 26th 06 02:40 PM |
When I try send emails I receive the error "object not found" | 57chevy pickup | Outlook - General Queries | 1 | January 21st 06 05:04 AM |
Error when Sending/Receiving - "Object could not be found" | Cissy | Outlook - Installation | 0 | January 17th 06 01:42 AM |