Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am able to access Lotus Notes information in a form using the following.
dim Doc as Object dim Item as Object dim NTabN as String Set Doc = View.GETFIRSTDOCUMENT If Doc.HASITEM("Tab_Name") Then Set Item = Doc.GETFIRSTITEM("Tab_Name") NTabN = Item.Text Else GoTo Field_Error End If I am struggling trying to update this field from my excel vba program. I have tried to use: Function REPLACEITEMVALUE(ITEMNAME As String, NEWVALUE) but keep geting error of object required. stumped |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lotus Notes | Excel Discussion (Misc queries) | |||
Preset fields in Lotus Notes Code | Excel Programming | |||
Mail über Lotus Notes aus Excel heraus/ Sending Mail with Excel through Lotus Notes | Excel Programming | |||
Lotus Notes | Excel Programming | |||
Macro to access Lotus Notes witih attachment - | Excel Programming |