• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: problem using Applescript with Excel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem using Applescript with Excel


  • Subject: Re: problem using Applescript with Excel
  • From: nellA hciR <email@hidden>
  • Date: Wed, 13 Dec 2000 11:45:41 -0900

-- not sure if this will help you ...

tell application "Microsoft Excel"
set x to Value of Cell "$A$1"
end tell
display dialog x as string


-- hcir


> set var1 to 1
> tell application "Microsoft Excel"
> Activate
> Select Sheet "Sheet3"
> Select Range "R1C13"
> set CutCopyMode to false
> CopyObject Selection
> Activate
> set var2 to the clipboard
> end tell
> --now do something else
> if var1 = var2 then
> display dialog ("blah")
> else
> display dialog ("blahblah")
> end if


References: 
 >problem using Applescript with Excel (From: email@hidden)

  • Prev by Date: Re: "List View" ASIP Please!
  • Next by Date: Re: Newbie FaceSpan/Applescript question
  • Previous by thread: problem using Applescript with Excel
  • Next by thread: "List View" ASIP Please!
  • Index(es):
    • Date
    • Thread