P
Possum Stu
I am trying to use Applescript to update a List Manager list.
On worksheet 1 I have the data collected from other spreadsheets on
columns A-E, rows 1-100. I created a list on worksheet 2 that
corresponds to that range.
Time passes and I must update the data. Now there are 120 records on
rows 1-120, but the list still points to rows 1-100.
The documentation says that the list object has a range object
property, but I'm not able to modify it, or even access it.
For example, when I try:
set range object of list object 1 of worksheet 1 of active workbook to
"a1:e120" or "$a$1:$e$120"
nothing changes.
I know I'm not even reaching the object because when I try:
set test to count rows of range object of list object 1 of worksheet 1
of active workbook
return test
I get 65536 -- total rows for the sheet.
I'm stumped. Any help? TIA.
On worksheet 1 I have the data collected from other spreadsheets on
columns A-E, rows 1-100. I created a list on worksheet 2 that
corresponds to that range.
Time passes and I must update the data. Now there are 120 records on
rows 1-120, but the list still points to rows 1-100.
The documentation says that the list object has a range object
property, but I'm not able to modify it, or even access it.
For example, when I try:
set range object of list object 1 of worksheet 1 of active workbook to
"a1:e120" or "$a$1:$e$120"
nothing changes.
I know I'm not even reaching the object because when I try:
set test to count rows of range object of list object 1 of worksheet 1
of active workbook
return test
I get 65536 -- total rows for the sheet.
I'm stumped. Any help? TIA.