Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6659 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Here is my problem: I run an Excel macro to pull data off a website every 5 minutes, etc. I want a specific field in the spreadsheet to link with a corresponding field in a filemaker database, i.e. every five minutes the macro will run and the data in this field will change; I want the change to be reflected in the filemaker database through a link and not a manual script/import. Ideally, the macro will run in the background and the Filemaker database will be the only thing I use. Any suggestions? Thanks.

  • Newbies
Posted

Thanks for your suggestions. Are you saying that there is no easy way to link a FM database to an excel spreadsheet through DDE or something of the sort? My best bet would be to script an import and install a plug-in to run at a predetermined interval? Thanks again.

Posted

FileMaker can use DDE to talk to another App but can't receive DDE calls

(DDE is very dead by the way).

The FM ActiceX model does not allow you to set data directly. So you either need to:

- use ODBC

- run a FM script that imports

- use the clipboard

Since you already have a bunch of code in Excel I would extend it to run a FM import script.

Careful when you do that: a FM script triggered from the outside *will* interfere with any scripts you may be running manually in the file on the same machine.

This topic is 6659 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.