Using VB Macro, how to add same level navnode?

  • Thread starter Thread starter Phil P
  • Start date Start date
P

Phil P

I am automating the my web navigation structure structure
using a VB Macro. This works great when the navnodes are
added as children of the index.html (home) navnode. This
is done with an add statement something like the following:

Set myNavNode = myNavRootNode.Children.Add
("www.xyz.com/abc.htm", "ABC", fpStructRightmostChild)

How does one add a node that is on the same navigation
level (top) as the index.html (home) navnode?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top