I was wondering if there was another way to do this instead of going into VBA.

Is there a controle,OLE or something like that, that would give me access to the past link.



So i could do a copy from my total TxtBox to the other soft link word and excel.



I dont want to do a vba with only 1 soft but have it available to all soft that have a past link in it.

Here is the code!

Private Sub cmdCalculate_Click()
txtTotal = txtNumber1 * txtNumber2
End Sub

Private Sub cmdQuit_Click()
End
End Sub

http://www.scmf.ca/english/vb/VBTest.zip


Frech