Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default How to add Row in Table in Lotus Notes

Hi,

I am using below code to add row at the end of the table in Lotus Notes.

Please help me to add row at the TOP.


Set NSession = CreateObject("Notes.NotesSession")
Set dbdestination = NSession.GetDatabase(pServerPath,pDBNM)
Set DocParent = dbdestination.GetDocumentByUNID(pDocUID)
Set Mailbody = DocParent.GetFirstItem("Body")
Set my_nav = Mailbody.CreateNavigator
Set rtt =my_nav.GetNextElement
RowCount = rtt.RowCount
Colcount = rtt.ColumnCount
ReqCellnum1=ReqCellnum1 +(RowCount * Colcount)
Call rtt.AddRow



Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default How to add Row in Table in Lotus Notes

Line 6 is..

Set rtt = my_nav.GetElement

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 538
Default How to add Row in Table in Lotus Notes

sachin ahuja wrote:

I am using below code to add row at the end of the table in Lotus Notes.


[/me looks at the group's name...]

I bet nobody here knows anything about programming Notes. Just sayin'.

--
Super villainy 101: minions are stupid.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
using lotus notes [email protected] Excel Programming 3 May 1st 09 09:49 PM
Lotus Notes Steve Excel Discussion (Misc queries) 0 February 25th 09 08:27 PM
Mail über Lotus Notes aus Excel heraus/ Sending Mail with Excel through Lotus Notes [email protected] Excel Programming 0 February 19th 07 12:11 PM
How to create/embed table or existing Excel spreadsheet into Lotus Notes 6.5 email BooBoo Excel Programming 3 February 15th 07 03:35 PM
Lotus Notes Newbie Excel Programming 0 September 20th 04 01:55 PM


All times are GMT +1. The time now is 08:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"