Bring back to exel a value computed in VB macro

  • Thread starter Thread starter Sylvain GENTIN
  • Start date Start date
S

Sylvain GENTIN

Hi
I try to bring back to exel a string computed by VB macro
function.
---------------------------------------------------------
Function CameoFilter(FileName As String, ByRef TextLine As
Variant)
....
TextLine = ...
End Function
 
Hello,

Sylvain GENTIN said:
I try to bring back to exel a string computed by VB macro
function.
---------------------------------------------------------
Function CameoFilter(FileName As String, ByRef TextLine As
Variant)
...
TextLine = ...
End Function

This is a VB.NET language group. You will more likely get an answer if you
post to the microsoft.public.excel.programming group or to one of the VB
Classic groups (microsoft.public.vb.*).
 
Hi Sylivian,

|| I try to bring back to Excel a string computed by
|| VB macro function.

What does this mean, exactly ?

Regards,
Fergus
 
Back
Top