I am posting the first time here, so please be patient with my question ;)
I want to find cells in Excel 2004, which contain the first day of each month in a time row. In Excel the cells are formatted like this: 15.06.2007, 16.06.2007
When I make a search like
> find what ".06" I get an error.
when I search just a number like "2007", it's ok.
Can someone please help me?
Here is part of the script:
tell application "Microsoft Excel" open workbook workbook file name DatenDatei set Suchtext to ".06" set Finden to find range "A:A" what Suchtext set Gefunden to get value of fc end tell
Thanks very much, Andreas
|