hi all,
Need help figuring out the correct syntax (Excel vba) for the below property, i cant find an example anywhere
My object browser is working (in excel) but crashes when i try to access the help files.
Property Lines As Integer
Member of EXTRA.ExtraHostOptions
Returns or sets the number of lines on a page
I have tried the follow to no avail.
System.ExtraHostOptions.Lines = 25
System.Lines = 25
ExtraHostOptions.Lines = 25
System.HostOptions.Lines = 25
Sess0.ExtraHostOptions.Lines
Sess0.Lines = 25
i'm sure its something obvious but my mind has gone blank
any help would be great.
thanks
jazznaura
Need help figuring out the correct syntax (Excel vba) for the below property, i cant find an example anywhere
My object browser is working (in excel) but crashes when i try to access the help files.
Property Lines As Integer
Member of EXTRA.ExtraHostOptions
Returns or sets the number of lines on a page
I have tried the follow to no avail.
System.ExtraHostOptions.Lines = 25
System.Lines = 25
ExtraHostOptions.Lines = 25
System.HostOptions.Lines = 25
Sess0.ExtraHostOptions.Lines
Sess0.Lines = 25
i'm sure its something obvious but my mind has gone blank
any help would be great.
thanks
jazznaura