Ok let see if I can answer some of this...
The command button... The command button would be in Access to open the
Excel spreadsheet that has the marco/procedure to manipulate the
data...
The file to be manipulated would be a Different Excel Spreadsheet each
time.. The spreadsheet would be coming from a piece of test equipment
that outputs the results data in spreadsheet format.... So I would need
soemthing like a Excel add-in file....
The calculation/and manipulation would not be anything complicated...
An example of the calculation would be something
=max(abs(CELL"X":CELL"Y") or maybe a
IF(CELL"X">CELL"Y",CELL"X",CELL"Y") and the most complicated
manipulation would deleting columns or cell with values like
=CELL"X"... Nothing to complicated.....
Hopefully this will help some...
Hmm...helped some, but I'm still somewhat baffled. See comments inline.
> Ok let see if I can answer some of this...
>
> The command button... The command button would be in Access to open the
> Excel spreadsheet that has the marco/procedure to manipulate the
> data...
With you so far...you want Access to open a particular spreadsheet file
containing a previously-recorded macro/procedure.
> The file to be manipulated would be a Different Excel Spreadsheet each
> time.. The spreadsheet would be coming from a piece of test equipment
> that outputs the results data in spreadsheet format....
This is confusing. You mean you want to open a different workbook than
the one containing the macro? And you want to be able to dynamically
choose which spreadsheet to open?
So I would need
> soemthing like a Excel add-in file....
By "add-in file," do you mean you want to create a supplemental program
with custom features? What kind?
> The calculation/and manipulation would not be anything complicated...
> An example of the calculation would be something
> =max(abs(CELL"X":CELL"Y") or maybe a
> IF(CELL"X">CELL"Y",CELL"X",CELL"Y") and the most complicated
> manipulation would deleting columns or cell with values like
> =CELL"X"... Nothing to complicated.....
As you say, these are not complex formulas and could easily be done in
an Access query as well as in Excel.
Perhaps I'm not understanding you correctly. Could you elucidate?
LeAnne