>Const c1FullAddr as String = "1 Colonial Drive Parma Ohio 21321"
>
> Then they follow that up with another constant:
>
>Const c1FaLen as String = c2FullAddr.length
>
> In VB.Net you cannot do this. Is there a way to do this without having to
> count the length of c1FullAddr an
Process.Start(filename);
Regards
Stuart
On Thu, Jun 12, 2008 at 4:47 PM, Holly Styles
<[EMAIL PROTECTED]> wrote:
> Hi There,
>
> I'm wondering if anyone has an opinion on the best way to appraoch this.
> I am using SpreadsheetGear to create an xls file from a windows forms
> application.
> I hav