Re: applescripting excel
Re: applescripting excel
- Subject: Re: applescripting excel
- From: dialup <email@hidden>
- Date: Thu, 12 Jun 2003 12:07:38 -0500 (CDT)
Hi Eric,
Would something like this work for you?
----------------
tell application "Microsoft Excel"
if Cell "r1c6"'s Value is "MaterialsUsed" then
set Column 6's ColumnWidth to 50
end if
end tell
----------------
Jay
-------------
>
Would someone on the list be able to help me translate the following
>
into applescript: (MS Excel on OS X)
>
>
If the contents of cell "R1C6" contains the text "MaterialsUsed" then
>
set the column width of column 6 to 50 else don't do anything.
>
>
TIA
>
WWWWWWWWWWWWWWWWW
>
>
Eric Waters
>
Systems Trainer - Office of Institutional Communications
>
Southwest Educational Development Laboratory - SEDL
>
211 E. 7th St.
>
Austin, Texas 78701
>
800-476-6861 ext. 329
>
>
web: http://www.sedl.org
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users Do not
>
post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.