how do link a spreadsheet using vb code?

K

Klatuu

Look in VB Editor Help for the TransferSpreadsheet method. You will want to
use the acLink constant for the Transfer Type argument.
 
Top