Message 1 of 2
Set error

Not applicable
12-07-2003
05:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
He there
I would like to set TEST to a sub within a module
Dim test(0 To 4) As String
Set test(0) = profielen.profiel4545Z((startsectie + sectionlength),
((profiel13 / 2) + x + 67.5), 133, -(txtframeheight - 190))
the module is called profielen and the sub is called profiel4545Z but when I
try to run It I get the error
"compile error expected function or variable" It is very important that I
get this right.
THX
Wiebe
I would like to set TEST to a sub within a module
Dim test(0 To 4) As String
Set test(0) = profielen.profiel4545Z((startsectie + sectionlength),
((profiel13 / 2) + x + 67.5), 133, -(txtframeheight - 190))
the module is called profielen and the sub is called profiel4545Z but when I
try to run It I get the error
"compile error expected function or variable" It is very important that I
get this right.
THX
Wiebe