Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA & BCA - where the files are stored

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
we create CSV files using VBA macros in the report. the files are generated in the local folders on the desktop. what happens when this report is refreshed and the macro is run using BCA? where would be the file generated? is there any way we can direct this file to some other file server?

thanks,
lekha.
 
If the BCA server has the proper privileges (consult Administrators), you can save the file to any local or remote folder. Simply specify the full path when tou create the file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top