Excel Script can't get proper values
Excel Script can't get proper values
- Subject: Excel Script can't get proper values
- From: Oakley Masten <email@hidden>
- Date: Mon, 2 Oct 2006 09:33:46 -0700 (PDT)
This use to work :)
Now it doesn't.
How do I get a translation of the "Chevron" text in
order to make this work?
Why does it come up with the "Chevron" text?
How can I stop this in the future?
Thanks
Oakley
[You have been terrific help in the past and I regret
that I have not been any where near vocal enough in
thanking you all.]
Thanks Thanks Thanks
[I am still working on the PhotoShop script to save
for WEB. Haven't quite gotten it to work correctly
yet. I will let you know]
-------------
display dialog "You must have the EXCEL Sheet OPEN
already" & return & "If NOT - Cancel now" default
button "Cancel"
set Folder2Do to choose folder
tell application "Microsoft Excel"
set NumberOfTheLastRow to row of the ((«event
XCELLasC» given «class DIRT»:«constant &ri1#dwn») of
the «class CuRg» of «class crng» ("R1C1")) -- all one
line
display dialog "Number of rows is " &
NumberOfTheLastRow
----------------EXCEL ROUTINE TO LIST 3 CELL
CONUMNS----------
set «class pval» of cell "R1C7" to "pr_Name"
set «class pval» of cell "R1C8" to "th_Name"
set «class pval» of cell "R1C9" to "POP_Name"
end tell
---------------------------
I need the count of rows so that I can process each
one thru a list.
the "set <class pval> of cell "R1C1" to "pr_Name" is
just to name the cell.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden