Column headers

F

Flyboy

There is a post that mentions how to change the column
name of a spreadsheet.. The code shown doesn't work with
OWC 11 (XP).. So, after playing with it, I got the
following to work.

In javascript...

forname.objectname.ActiveWindow.ColumnHeadings(1)
= "Owner";

(note the numbers do not start at 0, like any other array)

Form name, the name of the form.

My "object name" is the literal name in my html...
ie: <object id=foobarmoocow>

cheers,

Ryan
 

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

Top