I wrote a VB macro in Excel 2000 and have a major problem. I need to save the formatted Excel file in a folder that the person running the macro has no access to. Because of security issues at my company, I cannot allow the person running the macro and creating the data file, to have access to this file. Is there a set of codes that can be written in the macro that would use the permissions from a service account (or some other individual with access) to write the workbook to a specified folder? Something to the effect of using a logonid and password to write to the target folder. If this is confusing, welcome to my world. Any assistance would be very much appreciated.