when recorded in a macro, the command to run a fourier calculation is
Application.Run "ATPVBAEN.XLA!Fourier", ......
but when this is played back it gives the error
Run-Time Error '1004':
'ATPVBAEN.XLA' could not be found. Check the spelling of the file name, and verify that the file location is correct.
How can i run this addin from code??
thank you in advance
Application.Run "ATPVBAEN.XLA!Fourier", ......
but when this is played back it gives the error
Run-Time Error '1004':
'ATPVBAEN.XLA' could not be found. Check the spelling of the file name, and verify that the file location is correct.
How can i run this addin from code??
thank you in advance