View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Auric__ Auric__ is offline
external usenet poster
 
Posts: 538
Default how to export pat_ids to another programme?

hutia wrote:

I have an Excel file with a list of pat_id and I'd like ot export it
to anohter programme. How do I do it?


If the target program can import text, save as a text file. (Or CSV or
whatever.)

If the target program requires a specific format not supported by Excel, you
could learn that format and then write a VBA function to do the export.

More info from you will get more info from here.

--
If I can't laugh at myself I'm really lost.