MichaelRo1
MIS
Hi,
I have been trying unsuccessfully to open a document/report using VB.
Have tried several methods:
1)Open "Report1" For Random As #1
'Can't see the report anywhere
2)Documents.Open ("C:\Report1.rep")
'Object variable or With block variable not set (Error 91)
Not sure what I'm doing wrong
Ideally I'd like to specify the Path Name to open several reports from the same folder refresh, print, save and close
ie Directory = Report1.Path
Any Ideas?
I have been trying unsuccessfully to open a document/report using VB.
Have tried several methods:
1)Open "Report1" For Random As #1
'Can't see the report anywhere
2)Documents.Open ("C:\Report1.rep")
'Object variable or With block variable not set (Error 91)
Not sure what I'm doing wrong
Ideally I'd like to specify the Path Name to open several reports from the same folder refresh, print, save and close
ie Directory = Report1.Path
Any Ideas?