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
 
Top